From de862b1ba04898cb18322011b0b4fc1db30a2b91 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Tue, 6 Aug 2024 23:13:09 +0300 Subject: [PATCH] use nftables --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 3356dd4..34f5ec7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -39,6 +39,7 @@ networking.hostName = "freun-dev"; # Define your hostname. networking.useDHCP = false; + networking.nftables.enable = true; systemd.network = { enable = true;