From dc71e8d3429eb61441a01d50cfbff36c6e46841d Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:55:29 +0200 Subject: enabling nftables --- nix/hosts/corrino/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/hosts/corrino/configuration.nix') diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index 0a925d1..80df71b 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -222,6 +222,8 @@ in { nameservers = [ "8.8.8.8" "8.8.4.4" ]; + # incus doesn't support iptables, so we're using nftables here + nftables.enable = true; firewall = { enable = true; -- cgit 1.4.1