Disable firewall until I can fix tftp port issue
This commit is contained in:
parent
c6dda629ec
commit
9e7e6cfb4f
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue