summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/sdev/config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-14 08:37:59 +0100
committermakefu <github@syntax-fehler.de>2018-02-14 08:37:59 +0100
commit372d965133cfe224d4cd47f63ec1fd2c8475c1ae (patch)
tree37bac475007830470dc48496e104b7367b1e72ad /makefu/1systems/sdev/config.nix
parentdc020a000c544c6eafe217365d76ee993bf4daba (diff)
ma sdev.r: force virtualisation.virtualbox.guest.enable = false
Diffstat (limited to 'makefu/1systems/sdev/config.nix')
-rw-r--r--makefu/1systems/sdev/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix
index 3e9548aa..a60a8db6 100644
--- a/makefu/1systems/sdev/config.nix
+++ b/makefu/1systems/sdev/config.nix
@@ -5,9 +5,10 @@
imports =
[ # Include the results of the hardware scan.
<stockholm/makefu>
+
(toString <nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>)
{ ## Guest Extensions are currently broken
- # virtualisation.virtualbox.guest.enable = true;
+ virtualisation.virtualbox.guest.enable = lib.mkForce true;
}
<stockholm/makefu/2configs/main-laptop.nix>
# <secrets/extra-hosts.nix>