Former-commit-id: 366b3afc37
This commit is contained in:
Hadi
2025-04-08 15:19:59 +02:00
parent afedf85534
commit de2a311f84

View File

@@ -19,6 +19,9 @@
services.nginx.virtualHosts."default" = {
default = true;
locations."/" = { return = 444; };
extraConfig = ''
server_name _;
'';
};
networking.firewall.allowedTCPPorts = [ 80 443 ];