mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-19 03:16:45 +02:00
fix nginx + firewall
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 443 80 ];
|
||||
security.acme.acceptTerms = true;
|
||||
services.nginx.virtualHosts.${config.services.mediawiki.nginx.hostName} = {
|
||||
enableACME = lib.mkDefault true;
|
||||
|
Reference in New Issue
Block a user