enable adb

This commit is contained in:
Johannes Jöns 2024-01-09 22:53:08 +01:00
parent 01f7589659
commit 7a987a1fc3
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ in {
isNormalUser = true;
description = "Johannes Jöns";
initialPassword = "password";
extraGroups = [ "wheel" "networkmanager" "pipewire" "audio" ];
extraGroups = [ "wheel" "networkmanager" "pipewire" "audio" "adbusers" ];
uid = 1000;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8oyMpS2hK3gQXyHIIVS6oilgMpemLmfhKKJ6RBMwUh johannes@joens.email"

View file

@ -99,6 +99,7 @@
];
programs = {
adb.enable = true;
dconf.enable = true;
droidcam.enable = true;
xwayland.enable = true;