moved users password secret file

This commit is contained in:
Leyla Becker 2024-09-22 17:16:20 -05:00
parent 70d1b98ce2
commit 1be145193e
5 changed files with 5 additions and 6 deletions

View file

@ -21,7 +21,7 @@ in {
sops.secrets = lib.mkIf (cfg.isFullUser || cfg.isThinUser) {
"passwords/leyla" = {
neededForUsers = true;
# sopsFile = ../secrets.yaml;
sopsFile = ../../secrets/user-passwords.yaml;
};
};