summaryrefslogtreecommitdiffstats
path: root/1systems/vbob
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-14 01:32:22 +0100
committermakefu <github@syntax-fehler.de>2018-02-14 01:32:22 +0100
commit73cc6b5296567ae001aa2c40ca563512d29f6970 (patch)
tree2fd893e1a1faf7d15401c37b695f8e2817c47ef7 /1systems/vbob
parent8ac1aab24c4a43a5ba0bd1ce5e2ffd2702ce4803 (diff)
ma {vbob,sdev}.r: disable vbox guest extensions for now
Diffstat (limited to '1systems/vbob')
-rw-r--r--1systems/vbob/config.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/1systems/vbob/config.nix b/1systems/vbob/config.nix
index ffd9deaee..24d42a69b 100644
--- a/1systems/vbob/config.nix
+++ b/1systems/vbob/config.nix
@@ -8,8 +8,12 @@
{
imports = [<stockholm/makefu/2configs/fs/single-partition-ext4.nix> ];
boot.loader.grub.device = "/dev/sda";
- virtualisation.virtualbox.guest.enable = true;
}
+
+ { ## Virtualbox guest is broken on newer kernel
+ # virtualisation.virtualbox.guest.enable = true;
+ }
+
# {
# imports = [
# <nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>