summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-11-18 16:02:42 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-11-18 16:02:42 +0100
commit58ef1da596c8ee073a3af3e3c2088521c8dc911d (patch)
treef66506ba68a9f7956f46e90e788cc8f0fe5f1281
parent958a629fea6f61c04a412be5023b487ae44973c8 (diff)
downloadnixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.tar
nixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.tar.gz
nixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.tar.bz2
nixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.tar.xz
nixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.zip
Disable virtualbox
-rw-r--r--hel.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hel.nix b/hel.nix
index 3d7fdb79..fddd3848 100644
--- a/hel.nix
+++ b/hel.nix
@@ -432,10 +432,6 @@
432 wants = [ "kill-user@uucp.service" ]; 432 wants = [ "kill-user@uucp.service" ];
433 }; 433 };
434 434
435 virtualisation.virtualbox.host = {
436 enable = true;
437 };
438
439 systemd.automounts = [ 435 systemd.automounts = [
440 { enable = true; 436 { enable = true;
441 where = "/run/media/var/media"; 437 where = "/run/media/var/media";