mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
adb
This commit is contained in:
parent
1506e50ee4
commit
547c582aef
|
|
@ -24,7 +24,7 @@ in {
|
|||
users.users.delta = {
|
||||
isNormalUser = true;
|
||||
description = "delta";
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" "adbusers" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGGL2UD0frl9F2OPBiPlSQqxDsuACbAVgwH24F0KT14L"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@
|
|||
extraGroups = [ "networkmanager" "wheel" "docker"];
|
||||
};
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
||||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue