From 8b44705426738ba0f9417b52f4089c5b2807b67f Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 16 Mar 2026 11:15:40 +0000 Subject: [PATCH] Update common.nix --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 708095c..d7e7b93 100644 --- a/common.nix +++ b/common.nix @@ -69,7 +69,7 @@ in # Enable network-manager networking.networkmanager.enable = true; networking.nameservers = [ "1.1.1.1" "9.9.9.9" ]; - networking.nftables.enable = true; + #networking.nftables.enable = true; # Shell aliases environment.shellAliases = {