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" = { services.nginx.virtualHosts."default" = {
default = true; default = true;
locations."/" = { return = 444; }; locations."/" = { return = 444; };
extraConfig = ''
server_name _;
'';
}; };
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [ 80 443 ];