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; defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml"; defaultSopsFormat = "yaml";
age.keyFile = "/home/blake/.config/sops/age/keys.txt"; age.keyFile = "/home/blake/.config/sops/age/keys.txt";
"blake_passwd" = lib.mkIf config.users.blake.enable { # "blake_passwd" = lib.mkIf config.users.blake.enable {
owner = "root"; # owner = "root";
group = "root"; # group = "root";
neededForUsers = true; # neededForUsers = true;
}; # };
}; };
}; };
} }