From 9e7e6cfb4f471fb27e09880844a73418c14670b2 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 25 Aug 2024 17:57:11 -0500 Subject: [PATCH] Disable firewall until I can fix tftp port issue --- nixos/hosts/telperion/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/telperion/default.nix b/nixos/hosts/telperion/default.nix index d4c6a5c..854797f 100644 --- a/nixos/hosts/telperion/default.nix +++ b/nixos/hosts/telperion/default.nix @@ -42,6 +42,8 @@ swapDevices = [ ]; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + # Until I can figure out why the tftp port is not opening, disable the firewall. + networking.firewall.enable = false; sops = { # Mounts unencrypted sops values at /run/secrets/rndc_keys accessible by root only by default.