diff options
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; |