diff --git a/machines/ns1/configuration.nix b/machines/ns1/configuration.nix index f64d5782..7721eea0 100644 --- a/machines/ns1/configuration.nix +++ b/machines/ns1/configuration.nix @@ -19,8 +19,26 @@ in ../modules/autoupdate.nix ]; + networking.firewall = { + enable = true; + allowedTCPPorts = [ 53 ]; + allowedUDPPorts = [ 53 ]; + }; + services.bind = { enable = true; + forwarders = [ + "1.1.1.1" + "1.0.0.1" + ]; + + cacheNetworks = [ + "127.0.0.0/24" + "10.0.0.0/24" + "192.168.1.0/24" + "10.100.0.0/24" + ]; + zones = { "malobeo.org" = { master = true;