nixos/incus ensure br_netfilter module is enabled

This commit is contained in:
evplus 2025-03-19 22:56:07 +01:00
parent 4babefd727
commit c3f61d1cbd

View file

@ -306,6 +306,7 @@ in
};
boot.kernelModules = [
"br_netfilter"
"veth"
"xt_comment"
"xt_CHECKSUM"