From 1a129faa67de7af29d984ca09b66b705f12f257a Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 11 Sep 2026 20:39:08 +0200 Subject: [PATCH] [ns1] enable admin user so I can log in... --- machines/ns1/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = [