about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-12-18 18:24:32 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-12-18 18:24:32 +0100
commit10b2c5abaa0ef50f991f53bd0c3424ae06908ad2 (patch)
tree4048384cf122c8359b30e81aca141059da7ace47 /common-workstation.nix
parent9ad10794d1e471f935927b5bf158a0fc4773bbbb (diff)
Remove "aszlig" from vboxusers, except on dnyarri.
Yep, for now I need USB support on that machine, so let's stay in the
vboxusers group there for now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-workstation.nix b/common-workstation.nix
index 55cfdb87..307abb00 100644
--- a/common-workstation.nix
+++ b/common-workstation.nix
@@ -137,7 +137,7 @@ in {
     uid = 1000;
     description = "aszlig";
     group = "users";
-    extraGroups = [ "vboxusers" "wheel" "video" ];
+    extraGroups = [ "wheel" "video" ];
     home = "/home/aszlig";
     useDefaultShell = true;
     createHome = true;