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.