leonard: add www-feal-no. add www-kinealbrigtsen-no. configure outgoing firewall

This commit is contained in:
2025-10-18 22:25:05 +02:00
parent 49a3c0211e
commit 483f30229f
7 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{ config, values, ... }:
{
services.nginx = {
enable = true;
enableReload = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
security.acme = {
acceptTerms = true;
defaults.email = "felix@albrigtsen.it";
};
}