feat: add adb

This commit is contained in:
Ashhhleyyy 2024-01-10 20:30:37 +00:00
parent cafadd781a
commit ad57bdf6f4
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 3 additions and 1 deletions

View file

@ -14,4 +14,6 @@
enable = true;
};
boot.initrd.systemd.enable = true;
programs.adb.enable = true;
}

View file

@ -33,7 +33,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGLHqRBcN584SXXa7snrOs89Wy5Jjvsq+GlFXTTBYfp ash@ash-pc"
];
hashedPassword = "$y$j9T$YZw49GYsZi6pm5MH3W2gX1$BKPBL3g4jAWUJP0WY0lRrBLorxzcENVqGTG0dAly3v7";
extraGroups = [ "wheel" "audio" "dialout" ];
extraGroups = [ "wheel" "audio" "dialout" "adbusers" ];
};
security.doas.enable = true;