summaryrefslogtreecommitdiffstats
path: root/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
commitbc252c566aae102dd08f69ea22a6dae6568e2c74 (patch)
tree9879fe7ba1f0e24b439a19af0c764108f5e90c2e /1systems/sdev/config.nix
parentd10cf28a611ebfbf13224d694655c08acccdd951 (diff)
ma sdev.r: force virtualisation.virtualbox.guest.enable = false
Diffstat (limited to '1systems/sdev/config.nix')
-rw-r--r--1systems/sdev/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/1systems/sdev/config.nix b/1systems/sdev/config.nix
index 3e9548aa1..a60a8db66 100644
--- a/1systems/sdev/config.nix
+++ b/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>