From 044374d16ea744802a842c0e1d8c5044829bbeae Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 20 May 2024 12:48:54 -0400 Subject: [PATCH] 651 current 2024-05-20 12:48:47 24.05.20240520.f72f671 6.8.6-zen1 * --- hosts/earth/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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"];