forked from mirrors_public/oddlama_nix-config
fix: need to split wildcard definitions because the nginx module would cause infinite recursion otherwise
This commit is contained in:
parent
c410a6b703
commit
76d6a094dc
8 changed files with 16 additions and 19 deletions
|
@ -24,6 +24,6 @@ in {
|
|||
dnsPropagationCheck = true;
|
||||
reloadServices = ["nginx"];
|
||||
};
|
||||
inherit (acme) certs;
|
||||
inherit (acme) certs wildcardDomains;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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.
|
@ -24,6 +24,6 @@ in {
|
|||
dnsPropagationCheck = true;
|
||||
reloadServices = ["nginx"];
|
||||
};
|
||||
inherit (acme) certs;
|
||||
inherit (acme) certs wildcardDomains;
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue