mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-05-11 10:05:54 +08:00
Fix user passwords disappearing
Also add a test case for this. Closes #137
This commit is contained in:
parent
a8cbd0c796
commit
bac2a891b7
2 changed files with 9 additions and 4 deletions
|
|
@ -127,7 +127,7 @@ let
|
|||
|
||||
manifest = manifestFor "" regularSecrets {};
|
||||
manifestForUsers = manifestFor "-for-users" secretsForUsers {
|
||||
secretsMountPoint = "/run/secrets.d/users";
|
||||
secretsMountPoint = "/run/secrets-for-users.d";
|
||||
symlinkPath = "/run/secrets-for-users";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue