wireguard & phone rdp

This commit is contained in:
Jeremy Janella
2026-05-15 16:55:43 -04:00
parent 5e807ce9d0
commit 0c40aecab7
+4 -1
View File
@@ -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
];
};