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

@@ -85,22 +85,6 @@ in
proxyPass = "http://127.0.0.1:${toString cfg.port}"; proxyPass = "http://127.0.0.1:${toString cfg.port}";
}; };
}; };
# # external reverse proxy entry
# services.nginx.virtualHosts."${service}.blakedheld.xyz" = {
# forceSSL = true;
# sslCertificate = sec."ssl_blakedheld_crt".path;
# sslCertificateKey = sec."ssl_blakedheld_key".path;
# locations."/" = {
# proxyPass = "http://127.0.0.1:${toString cfg.port}";
# };
# };
sops.secrets = {
"${service}_" = {
owner = "${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 ];

View File

@@ -94,13 +94,13 @@ in
# proxyPass = "http://127.0.0.1:${toString cfg.port}"; # proxyPass = "http://127.0.0.1:${toString cfg.port}";
# }; # };
# }; # };
#
sops.secrets = { # sops.secrets = {
"${service}_" = { # "${service}_" = {
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 ];