diff options
author | makefu <github@syntax-fehler.de> | 2018-02-14 08:37:59 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-02-14 08:37:59 +0100 |
commit | 372d965133cfe224d4cd47f63ec1fd2c8475c1ae (patch) | |
tree | 37bac475007830470dc48496e104b7367b1e72ad /makefu/1systems/sdev | |
parent | dc020a000c544c6eafe217365d76ee993bf4daba (diff) |
ma sdev.r: force virtualisation.virtualbox.guest.enable = false
Diffstat (limited to 'makefu/1systems/sdev')
-rw-r--r-- | makefu/1systems/sdev/config.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix index 3e9548aa1..a60a8db66 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> |