This commit is contained in:
Hadi
2025-04-08 15:19:59 +02:00
parent 17da2378d7
commit 366b3afc37

View File

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