30 current 2025-10-07 16:33:54 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 18:44:41 -05:00
parent 3474125f15
commit 0aaa46400c

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;
# };
};
};
}