aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/users
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/users/nipsy/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/common/users/nipsy/default.nix b/hosts/common/users/nipsy/default.nix
index 8634e8a..5eacd6f 100644
--- a/hosts/common/users/nipsy/default.nix
+++ b/hosts/common/users/nipsy/default.nix
@@ -7,10 +7,11 @@ in
users.users.nipsy = {
description = "Mark Nipper";
extraGroups = [
- "wheel"
"audio"
"video"
+ "wheel"
] ++ ifTheyExist [
+ "adbusers"
"networkmanager"
"vboxsf"
"vboxusers"