You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using sops-nix to store a secret, which is mounted as a file into a container.
The user in the container does not exist on the host but should be able to read the mounted file.
Setting "owner" and "group" to the correct numeric values allows compilation of my flake, but it can not be applied, because sops can not find the user (obviously).
Is there a better way?
The text was updated successfully, but these errors were encountered:
I am using sops-nix to store a secret, which is mounted as a file into a container.
The user in the container does not exist on the host but should be able to read the mounted file.
Setting "owner" and "group" to the correct numeric values allows compilation of my flake, but it can not be applied, because sops can not find the user (obviously).
Is there a better way?
The text was updated successfully, but these errors were encountered: