150 current 2025-10-09 11:52:30 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 12:07:19 -05:00
parent 869dc4832d
commit 76fdb30757
2 changed files with 7 additions and 23 deletions

View File

@@ -94,13 +94,13 @@ in
# proxyPass = "http://127.0.0.1:${toString cfg.port}";
# };
# };
sops.secrets = {
"${service}_" = {
owner = "${service}";
group = "${service}";
};
};
#
# sops.secrets = {
# "${service}_" = {
# owner = "${service}";
# group = "${service}";
# };
# };
# add to backups
modules.system.backups.paths = lib.mkIf cfg.backup [ cfg.data_dir ];