about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-07-16 16:51:24 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-07-16 17:05:15 +0200
commit3eab7c11730f077d77098f5a23575a7c2caef4c6 (patch)
treebd5d20528f7c094be60b9e89bc5e23ef65534bde /machines
parent707572674562952e15e27f69721814103290d262 (diff)
machines/dnyarri: Remove VirtualBox
I no longer use VirtualBox on any of my machines anymore, so let's
remove it for good :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/dnyarri.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 0a8994df..a048672a 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -29,9 +29,6 @@ with lib;
     ];
   };
 
-  virtualisation.virtualbox.host.enable = true;
-  nixpkgs.config.virtualbox.enableExtensionPack = true;
-
   vuizvui.user.aszlig.system.kernel.enable = true;
   vuizvui.user.aszlig.system.kernel.config = let
     radeonFw = [
@@ -110,7 +107,7 @@ with 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.users.aszlig.extraGroups = [ "audio" "vboxusers" ];
+  users.users.aszlig.extraGroups = [ "audio" ];
 
   services.synergy.client.enable = true;
   services.synergy.client.serverAddress = "mmrnmhrm";