summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-26 00:56:21 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-26 00:56:21 +0200
commita1f59b64ac0197e155c55b6ed628e921a1fe886f (patch)
treebd66c4e88b60437743e53f1e2d462286bfdf9cdd /hel.nix
parent8ee0077fe4f031a4c529bdd7c860dfeaa72980db (diff)
downloadnixos-a1f59b64ac0197e155c55b6ed628e921a1fe886f.tar
nixos-a1f59b64ac0197e155c55b6ed628e921a1fe886f.tar.gz
nixos-a1f59b64ac0197e155c55b6ed628e921a1fe886f.tar.bz2
nixos-a1f59b64ac0197e155c55b6ed628e921a1fe886f.tar.xz
nixos-a1f59b64ac0197e155c55b6ed628e921a1fe886f.zip
reenable virtualbox
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index e17aec1b..ae68fb01 100644
--- a/hel.nix
+++ b/hel.nix
@@ -328,7 +328,7 @@
328 }; 328 };
329 329
330 virtualisation.virtualbox.host = { 330 virtualisation.virtualbox.host = {
331 enable = false; 331 enable = true;
332 }; 332 };
333} 333}
334 334