diff options
author | Emile <git@emile.space> | 2024-07-21 17:55:29 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:55:29 +0200 |
commit | dc71e8d3429eb61441a01d50cfbff36c6e46841d (patch) | |
tree | 09e55fcf6f8771546b0e5bf5fdf6fd8cfb747f9a | |
parent | eb38cd487f5f973c33e1f2ea1c7cbea3b819b546 (diff) |
enabling nftables
-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; |