force pw update

This commit is contained in:
oxapentane - 2023-06-10 13:43:46 +02:00
parent 7cc2ec4b33
commit 3c8f1352b9
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 --dereference ${u.userPasswordFile} /var/lib/pw/") jupyterUsers));
secret-setup = (lib.strings.concatStringsSep "\n" (builtins.map (u: "cp --force --dereference ${u.userPasswordFile} /var/lib/pw/") jupyterUsers));
in
{
sops.secrets.hashed-password-0xa = { };