mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -19,6 +19,9 @@
|
||||
services.nginx.virtualHosts."default" = {
|
||||
default = true;
|
||||
locations."/" = { return = 444; };
|
||||
extraConfig = ''
|
||||
server_name _;
|
||||
'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
Reference in New Issue
Block a user