dereference links to password hashes

This commit is contained in:
oxapentane - 2023-06-10 13:22:10 +02:00
parent c4f727b4a8
commit 7cc2ec4b33
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let
];
# move the secrets to the volume
secret-setup = (lib.strings.concatStringsSep "\n" (builtins.map (u: "cp ${u.userPasswordFile} /var/lib/pw/") jupyterUsers));
secret-setup = (lib.strings.concatStringsSep "\n" (builtins.map (u: "cp --dereference ${u.userPasswordFile} /var/lib/pw/") jupyterUsers));
in
{
sops.secrets.hashed-password-0xa = { };