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
|
# Set sysctl parameters
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
# Useful for rr
|
# Useful for rr
|
||||||
|
|
@ -326,7 +336,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/joachim";
|
home = "/home/joachim";
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
extraGroups = [ "wheel" "scanner" "libvirtd" ];
|
extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Yubikey PAM
|
# Yubikey PAM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue