178 current 2025-10-09 16:19:44 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 19:30:29 -05:00
parent 0791c92e04
commit 21e77f36b2

View File

@@ -87,11 +87,11 @@ in
# };
# };
# sops.secrets = {
# "${service}_password_file" = {
# owner = "${service}";
# group = "${service}";
# };
sops.secrets = {
"${service}_password_file" = {
owner = "${service}";
group = "${service}";
};
# add to backups
modules.system.backups.paths = lib.mkIf cfg.backup [ cfg.data_dir ];