This commit is contained in:
Grisha Shipunov 2025-01-19 20:47:09 +01:00
parent 76e043171c
commit d97549d794
3 changed files with 17 additions and 14 deletions

View file

@ -4,7 +4,10 @@
./auth.nix ./auth.nix
]; ];
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [
80
443
];
services.nginx = { services.nginx = {
enable = true; enable = true;