forked from Zynh0722/permafrost
todo: certs
This commit is contained in:
parent
1b3f0be092
commit
2ef0974bde
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.nginx.enable = true;
|
services.nginx.enable = true;
|
||||||
security.acme.acceptTerms = true;
|
security.acme.acceptTerms = true;
|
||||||
|
# TODO: security.acme.certs + services.nginx.virtualHosts.<name>.useACMEHost
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue