diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 9b4d2ce..e990f69 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -74,6 +74,7 @@ networking.networkmanager.enable = true; networking.networkmanager.unmanaged = ["enp6s0"]; + networking.firewall.enable = false; boot.kernelPackages = pkgs.linuxPackages_zen; boot.supportedFilesystems = ["ntfs"];