diff options
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Dev/Beryllium/Configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Biz/Dev/Beryllium/Configuration.nix b/Biz/Dev/Beryllium/Configuration.nix index 886ab01..106f78e 100644 --- a/Biz/Dev/Beryllium/Configuration.nix +++ b/Biz/Dev/Beryllium/Configuration.nix @@ -14,6 +14,9 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.kernelModules = [ "v4l2loopback" ]; + boot.extraModulePackages = [ pkgs.linuxPackages.v4l2loopback ]; + # Enable networking networking.networkmanager.enable = true; @@ -113,6 +116,8 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + v4l-utils + linuxPackages.v4l2loopback nvtop # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget |