[ns1] enable admin user
Check flake syntax / flake-check (push) Failing after 4m10s
Hydra callback / on_pr (push) Skipped
Hydra callback / on_push (push) Skipped

so I can log in...
This commit is contained in:
2026-09-11 20:39:08 +02:00
parent e98a0ef130
commit 1a129faa67
+3 -1
View File
@@ -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 = [