add adb to lpt2

This commit is contained in:
Vinzenz Schroeter 2024-12-14 11:06:37 +01:00
parent 24f1cb3848
commit 7891b4ebae
2 changed files with 5 additions and 0 deletions

View file

@ -40,5 +40,9 @@ nixpkgs.lib.nixosSystem {
# ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALWKm+d6KL6Vl3grPOcGouiNTkvdhXuWJmcrdEBY2nw ronja-ssh-host-key''
#];
}
{
programs.adb.enable = true;
}
];
}

View file

@ -13,6 +13,7 @@
"dialout"
"podman"
"nginx"
"adbusers"
];
shell = pkgs.zsh;
autoSubUidGidRange = true;