nixos: kill services.virtualboxGuest to fix #9600

This commit is contained in:
Vladimír Čunát 2015-09-02 04:54:31 +02:00
parent 4fecf15b4b
commit 54c4aab662
2 changed files with 2 additions and 2 deletions

View file

@ -128,6 +128,6 @@ in {
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
services.virtualboxGuest.enable = true;
virtualisation.virtualbox.guest.enable = true;
};
}

View file

@ -85,7 +85,7 @@ let
let boolToKernOpt = b: if b then "y" else "n";
# Disable RANDSTRUCT under virtualbox, as it has some kind of
# breakage with the vbox guest drivers
#randstruct = optionalString config.services.virtualboxGuest.enable
#randstruct = optionalString config.virtualisation.virtualbox.guest.enable
# "GRKERNSEC_RANDSTRUCT n";
# Disable restricting links under the testing kernel, as something