From 0c40aecab767284a13eabb2f159ee8559e08417d Mon Sep 17 00:00:00 2001 From: Jeremy Janella Date: Fri, 15 May 2026 16:55:43 -0400 Subject: [PATCH] wireguard & phone rdp --- default-configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/default-configuration.nix b/default-configuration.nix index b5078f2..16c1113 100644 --- a/default-configuration.nix +++ b/default-configuration.nix @@ -187,7 +187,7 @@ users.users.jeremy = { isNormalUser = true; - extraGroups = [ "wheel" "docker" "wireshark" ]; # Enable sudo + extraGroups = [ "wheel" "docker" "wireshark" "adbusers"]; # Enable sudo shell = pkgs.bash; home = "/home/jeremy"; createHome = true; @@ -223,6 +223,9 @@ wireshark obs-studio slack + scrcpy # phone rdp + android-tools # phone rdp + wireguard-tools ]; };