host/home: add module to support private network in the containers
This commit is contained in:
parent
2cc1c15b63
commit
296db5b5fb
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue