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 = { sops.secrets = {
# "${service}_password_file" = { "${service}_password_file" = {
# owner = "${service}"; owner = "${service}";
# group = "${service}"; group = "${service}";
# }; };
# add to backups # add to backups
modules.system.backups.paths = lib.mkIf cfg.backup [ cfg.data_dir ]; modules.system.backups.paths = lib.mkIf cfg.backup [ cfg.data_dir ];