diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-18 16:02:42 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-18 16:02:42 +0100 |
commit | 58ef1da596c8ee073a3af3e3c2088521c8dc911d (patch) | |
tree | f66506ba68a9f7956f46e90e788cc8f0fe5f1281 /hel.nix | |
parent | 958a629fea6f61c04a412be5023b487ae44973c8 (diff) | |
download | nixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.tar nixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.tar.gz nixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.tar.bz2 nixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.tar.xz nixos-58ef1da596c8ee073a3af3e3c2088521c8dc911d.zip |
Disable virtualbox
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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"; |