1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-30 21:15:21 +03:00

nixos/incus ensure br_netfilter module is enabled (#391390)

This commit is contained in:
Adam C. Stephens 2025-03-21 10:27:31 -04:00 committed by GitHub
commit 12f83c72bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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