nixos/services: add nginx base configuration

This commit is contained in:
2026-05-02 23:37:28 +02:00
parent 6ce06f0f84
commit e8cfe4c750
3 changed files with 35 additions and 0 deletions
+2
View File
@@ -114,6 +114,8 @@ in
allowedTCPPorts = [
22
80
443
];
};
};