Incus: Difference between revisions
Tags: Mobile edit Mobile web edit |
drop 24.05 compat |
||
Line 72: | Line 72: | ||
== Networking/Firewall == | == Networking/Firewall == | ||
When using Incus on NixOS, nftables is required to ensure broadest compatibility with other services that manage firewall rules | When using Incus on NixOS, nftables is required to ensure broadest compatibility with other services that manage firewall rules. Trying to use iptables will fail eval, and this can be fixed by switching to nftables and for simple firewalls should be a drop-in replacement for iptables.<syntaxhighlight lang="nix"> | ||
networking.nftables.enable = true; | networking.nftables.enable = true; | ||
</syntaxhighlight> | </syntaxhighlight> |