treewide: minor cleanups

This commit is contained in:
Rouven Seifert 2024-03-28 20:55:47 +01:00
parent f2af8d0a75
commit 4334b5ef50
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 113 additions and 138 deletions

View file

@ -18,6 +18,7 @@
};
config = {
networking.firewall.allowedTCPPorts = [ 443 80 ];
services.nginx = {
additionalModules = [ pkgs.nginxModules.pam ];
enable = true;