nixos/services: add nginx base configuration

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