From 10b2c5abaa0ef50f991f53bd0c3424ae06908ad2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 18 Dec 2014 18:24:32 +0100 Subject: 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 --- machines/dnyarri.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix index fbf29288..aca4d383 100644 --- a/machines/dnyarri.nix +++ b/machines/dnyarri.nix @@ -126,7 +126,7 @@ with import ../lib; # TODO: Try to avoid this, but as there is only a single user using audio on # this machine, it's okay for now. But remember that this will break heavily, # should there be another user accessing the audio devices. - users.extraUsers.aszlig.extraGroups = [ "audio" ]; + users.extraUsers.aszlig.extraGroups = [ "audio" "vboxusers" ]; services.synergy.client.enable = true; services.synergy.client.serverAddress = "mmrnmhrm"; -- cgit 1.4.1