modules/grzegorz: override base certificate config

This commit is contained in:
h7x4
2026-01-22 15:10:42 +09:00
parent d5199779a6
commit 5714efc668
2 changed files with 8 additions and 4 deletions

View File

@@ -37,9 +37,13 @@ in {
services.nginx.enable = true;
services.nginx.virtualHosts = {
${config.networking.fqdn} = {
# NOTE: this overrides the default config in base/services/nginx.nix
addSSL = false;
forceSSL = true;
enableACME = true;
kTLS = true;
serverAliases = [
"${machine}.pvv.org"
];