From 3eab7c11730f077d77098f5a23575a7c2caef4c6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 16 Jul 2016 16:51:24 +0200 Subject: 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 --- machines/aszlig/dnyarri.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'machines') 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"; -- cgit 1.4.1