summary refs log tree commit diff
path: root/pkgs/build-support/grsecurity
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-11-27 18:07:54 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-11-27 18:42:22 +0100
commit444987193e47aad56f7e78684a11f8ded3b830a5 (patch)
treed41ecbae561ce9096d1b614f857510ff120a129a /pkgs/build-support/grsecurity
parent77ff279f2767cf1f28eed03a1f93e5df54c99bf5 (diff)
downloadnixpkgs-444987193e47aad56f7e78684a11f8ded3b830a5.tar
nixpkgs-444987193e47aad56f7e78684a11f8ded3b830a5.tar.gz
nixpkgs-444987193e47aad56f7e78684a11f8ded3b830a5.tar.bz2
nixpkgs-444987193e47aad56f7e78684a11f8ded3b830a5.tar.lz
nixpkgs-444987193e47aad56f7e78684a11f8ded3b830a5.tar.xz
nixpkgs-444987193e47aad56f7e78684a11f8ded3b830a5.tar.zst
nixpkgs-444987193e47aad56f7e78684a11f8ded3b830a5.zip
nixos: Rename virtualbox to virtualboxGuest.
Especially new users could be confused by this, so we're now marking
services.virtualbox.enable as obsolete and defaulting to
services.virtualboxGuest.enable instead. I believe this now makes it
clear, that this option is for guest additions only.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/build-support/grsecurity')
-rw-r--r--pkgs/build-support/grsecurity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/grsecurity/default.nix b/pkgs/build-support/grsecurity/default.nix
index e268c046ac6..19e8f14ebf1 100644
--- a/pkgs/build-support/grsecurity/default.nix
+++ b/pkgs/build-support/grsecurity/default.nix
@@ -84,7 +84,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.virtualbox.enable
+          #randstruct = optionalString config.services.virtualboxGuest.enable
           #  "GRKERNSEC_RANDSTRUCT n";
 
           # Disable restricting links under the testing kernel, as something