mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
update
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
./udev.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
linuxPackages.v4l2loopback
|
||||
];
|
||||
|
||||
boot.kernelModules = [ "v4l2loopback" ];
|
||||
|
||||
services = {
|
||||
fwupd.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user