summaryrefslogtreecommitdiff
path: root/systems/afrodite
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-03-18 18:33:06 +0100
committerLeonardo <noreply@leoflo.me>2026-03-18 18:33:06 +0100
commit39840ae4e8600a8546563b6521d7df5acb35037e (patch)
tree8797dc66b069e169e9c3924dd4242a567fc1d975 /systems/afrodite
parentce4c719159dd659f20e70f95842bbbbad0be23bc (diff)
downloadnixos-39840ae4e8600a8546563b6521d7df5acb35037e.tar.gz
nixos-39840ae4e8600a8546563b6521d7df5acb35037e.zip
dns server
Diffstat (limited to 'systems/afrodite')
-rw-r--r--systems/afrodite/networking.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/afrodite/networking.nix b/systems/afrodite/networking.nix
index 02a128e..c902a01 100644
--- a/systems/afrodite/networking.nix
+++ b/systems/afrodite/networking.nix
@@ -9,7 +9,7 @@
enable = true;
allowedTCPPorts = [ 22 80 443 ];
- allowedUDPPorts = [ 51820 ];
+ allowedUDPPorts = [ 53 51820 ];
};
networkmanager.enable = true;