diff --git a/nixos/hosts/home/default.nix b/nixos/hosts/home/default.nix index 8ff1ff2..2879c0f 100644 --- a/nixos/hosts/home/default.nix +++ b/nixos/hosts/home/default.nix @@ -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 ];