diff options
| author | Mel <einebeere@gmail.com> | 2024-12-31 03:10:20 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-31 03:10:20 +0100 |
| commit | fbe093d8a4f93dda38f390c379e8fb5eb86d8082 (patch) | |
| tree | bd64634081bdadc1426a19520282015374279bcb | |
| parent | 9347af7cbe910fd272d9bcbd5b3e28930e20ce19 (diff) | |
| download | specimen-fbe093d8a4f93dda38f390c379e8fb5eb86d8082.tar.zst specimen-fbe093d8a4f93dda38f390c379e8fb5eb86d8082.zip | |
Add br_netfilter kernel module for Incus bridge
Signed-off-by: Mel <einebeere@gmail.com>
| -rw-r--r-- | configuration/vm/incus.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configuration/vm/incus.nix b/configuration/vm/incus.nix index 0b5307e..dd1990b 100644 --- a/configuration/vm/incus.nix +++ b/configuration/vm/incus.nix @@ -60,6 +60,8 @@ in # DHCP+DNS requests from incus, and to prevent conflicts # between the two firewalls. networking.firewall.trustedInterfaces = [ "incusbr0" ]; + # needed so inscus instances can connect to the proxy. + boot.kernelModules = [ "br_netfilter" ]; virtualisation.incus = { enable = true; package = incus; |
