diff options
-rw-r--r-- | hosts/darkstar/services.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/darkstar/services.nix b/hosts/darkstar/services.nix index e385bca..33792e5 100644 --- a/hosts/darkstar/services.nix +++ b/hosts/darkstar/services.nix @@ -8,6 +8,7 @@ 53 # domain ]; interfaces.enp116s0.allowedUDPPorts = [ + 69 # xinetd/tftpd 123 # ntp ]; }; |