host/home: add module to support private network in the containers

This commit is contained in:
Dmitriy Pleshevskiy 2024-04-07 02:37:06 +03:00
parent 2cc1c15b63
commit 296db5b5fb
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
../../shared/tor-browser.nix
];
# Enable containers
# See: https://github.com/NixOS/nixpkgs/issues/38676
boot.kernelModules = [ "veth" ];
boot.extraModulePackages = with config.boot.kernelPackages; [
rtl88x2bu # wifi
];