adding more things

This commit is contained in:
Anish Lakhwara
2022-12-12 17:16:08 +10:00
parent 9f6a184d17
commit 544759cf4f
7 changed files with 24 additions and 46 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
locations."/".proxyPass = "http://localhost:3001/"; # Proxy Gitea
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [ 80 443 22 ];
security.acme.defaults.email = "anish+acme@lakhwara.com";
security.acme.acceptTerms = true;
}