Add adb udev rules, groups, edit flymake config
This commit is contained in:
@@ -81,7 +81,16 @@
|
||||
users.users.chase = {
|
||||
isNormalUser = true;
|
||||
description = "Chase";
|
||||
extraGroups = ["networkmanager" "tss" "wheel"];
|
||||
extraGroups = [
|
||||
# "adbusers"
|
||||
"audio"
|
||||
"cdrom"
|
||||
"dialout"
|
||||
"networkmanager"
|
||||
"tss"
|
||||
"video"
|
||||
"wheel"
|
||||
];
|
||||
};
|
||||
|
||||
# Install git and enable cache
|
||||
@@ -178,7 +187,10 @@
|
||||
|
||||
services.pcscd.enable = true;
|
||||
|
||||
services.udev.packages = [pkgs.yubikey-personalization];
|
||||
services.udev.packages = with pkgs; [
|
||||
android-udev-rules
|
||||
yubikey-personalization
|
||||
];
|
||||
|
||||
services.yubikey-agent.enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user