1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

fix: need to split wildcard definitions because the nginx module would cause infinite recursion otherwise

This commit is contained in:
oddlama 2024-04-09 20:38:40 +02:00
parent c410a6b703
commit 76d6a094dc
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 16 additions and 19 deletions

View file

@ -24,6 +24,6 @@ in {
dnsPropagationCheck = true;
reloadServices = ["nginx"];
};
inherit (acme) certs;
inherit (acme) certs wildcardDomains;
};
}

View file

@ -14,7 +14,6 @@
boot.mode = "bios";
users.groups.acme.members = ["nginx"];
wireguard.proxy-sentinel.firewallRuleForAll.allowedTCPPorts = [80 443];
services.nginx.enable = true;
services.nginx.recommendedSetup = true;

Binary file not shown.