dustbowl: add v4l2loopback and adb
This commit is contained in:
parent
5e50927354
commit
85b49e79e5
1 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue