Fix user passwords disappearing

Also add a test case for this.
Closes #137
This commit is contained in:
Janne Heß 2021-11-13 14:17:51 +01:00
parent a8cbd0c796
commit bac2a891b7
No known key found for this signature in database
GPG key ID: 69165158F05265DF
2 changed files with 9 additions and 4 deletions

View file

@ -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";
};