diff --git a/nixos/hosts/gandalf/default.nix b/nixos/hosts/gandalf/default.nix index d6ad088..b0d5a50 100644 --- a/nixos/hosts/gandalf/default.nix +++ b/nixos/hosts/gandalf/default.nix @@ -30,7 +30,7 @@ in useDHCP = false; # needed for bridge networkmanager.enable = true; # TODO: Add ports specifically. - firewall.enable = false; + # firewall.enable = false; interfaces = { "enp130s0f0".useDHCP = true; "enp130s0f1".useDHCP = true;