diff --git a/machines/ns1/configuration.nix b/machines/ns1/configuration.nix index 7721eea..1007bfd 100644 --- a/machines/ns1/configuration.nix +++ b/machines/ns1/configuration.nix @@ -21,10 +21,12 @@ in networking.firewall = { enable = true; - allowedTCPPorts = [ 53 ]; + allowedTCPPorts = [ 53 22 ]; allowedUDPPorts = [ 53 ]; }; + malobeo.users.admin = true; + services.bind = { enable = true; forwarders = [