dustbowl: add v4l2loopback and adb

This commit is contained in:
joachimschmidt557 2022-02-16 13:48:09 +01:00
parent 5e50927354
commit 85b49e79e5
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -46,6 +46,16 @@
};
};
boot.extraModulePackages = [
config.boot.kernelPackages.v4l2loopback.out
];
boot.kernelModules = [
"v4l2loopback"
];
programs.adb.enable = true;
# Set sysctl parameters
boot.kernel.sysctl = {
# Useful for rr
@ -326,7 +336,7 @@
isNormalUser = true;
home = "/home/joachim";
shell = pkgs.fish;
extraGroups = [ "wheel" "scanner" "libvirtd" ];
extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" ];
};
# Yubikey PAM