From 7891b4ebaedf2cfea12497b689d404efb7660c5a Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 14 Dec 2024 11:06:37 +0100 Subject: [PATCH] add adb to lpt2 --- hosts/vinzenz-lpt2/default.nix | 4 ++++ users/vinzenz.nix | 1 + 2 files changed, 5 insertions(+) diff --git a/hosts/vinzenz-lpt2/default.nix b/hosts/vinzenz-lpt2/default.nix index 8958baa..f9d0276 100644 --- a/hosts/vinzenz-lpt2/default.nix +++ b/hosts/vinzenz-lpt2/default.nix @@ -40,5 +40,9 @@ nixpkgs.lib.nixosSystem { # ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALWKm+d6KL6Vl3grPOcGouiNTkvdhXuWJmcrdEBY2nw ronja-ssh-host-key'' #]; } + + { + programs.adb.enable = true; + } ]; } diff --git a/users/vinzenz.nix b/users/vinzenz.nix index 77bc2a1..b4e6aa0 100644 --- a/users/vinzenz.nix +++ b/users/vinzenz.nix @@ -13,6 +13,7 @@ "dialout" "podman" "nginx" + "adbusers" ]; shell = pkgs.zsh; autoSubUidGidRange = true;