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

This commit is contained in:
2025-10-08 18:56:21 -05:00
parent 442f639e61
commit eeeab47662

View File

@@ -16,6 +16,8 @@ in
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/blake/.config/sops/age/keys.txt";
secrets = {
"blake_passwd" = lib.mkIf config.users.blake.enable {
owner = "root";
group = "root";
@@ -23,4 +25,5 @@ in
};
};
};
};
}