113 current 2025-10-08 18:12:42 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 18:54:36 -05:00
parent 17056706da
commit 442f639e61
5 changed files with 10 additions and 7 deletions

View File

@@ -16,11 +16,11 @@ in
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/blake/.config/sops/age/keys.txt";
# "blake_passwd" = lib.mkIf config.users.blake.enable {
# owner = "root";
# group = "root";
# neededForUsers = true;
# };
"blake_passwd" = lib.mkIf config.users.blake.enable {
owner = "root";
group = "root";
neededForUsers = true;
};
};
};
}