From cee0ef5f36f3c098dc65f863cdbf30a6e092935d Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 30 Dec 2024 16:59:09 +0100 Subject: Enable nftables as preparation for LXC Incus Signed-off-by: Mel --- configuration/devices.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'configuration/devices.nix') diff --git a/configuration/devices.nix b/configuration/devices.nix index d2ffc0a..de787dd 100644 --- a/configuration/devices.nix +++ b/configuration/devices.nix @@ -8,6 +8,7 @@ networking = { useDHCP = false; + nftables.enable = true; # these are Hetzner's DNS servers. nameservers = [ "185.12.64.1" -- cgit 1.4.1