🔐 [pi4] Password defined in sops

This commit is contained in:
2025-05-15 18:47:22 +00:00
parent 050741393b
commit 73e6462229
3 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
mutableUsers = false;
users.${systemConfig.username} = {
isNormalUser = true;
hashedPasswordFile = config.sops.secrets.password.path;
hashedPasswordFile = config.sops.secrets.password-hash.path;
extraGroups = [ "wheel" ];
};
};