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