From 68621b49067e6b534d4a5388c42b9d6ca88f03e1 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 19 Nov 2022 20:34:01 +0100 Subject: [PATCH] user: add adb --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 13402fc..829fbf4 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -20,7 +20,7 @@ users.users.${user} = { # System User isNormalUser = true; - extraGroups = [ "wheel" "video" "audio" "camera" "networkmanager" "lp" "kvm" "libvirtd" ]; + extraGroups = [ "wheel" "video" "audio" "camera" "networkmanager" "lp" "kvm" "libvirtd" "adb" ]; shell = pkgs.zsh; # Default shell uid = 2000; # initialPassword = "password95";