summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-25 22:59:12 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-25 22:59:12 +0200
commit36be8d450f60fd523db214844656d6ae98f939bb (patch)
tree45c7bd7e7e1fd18b7c9d81271366ad8d6badac29
parentd4575f780e31f6bf7b9f19afa3d48b7bde1e1bb0 (diff)
downloadnixos-36be8d450f60fd523db214844656d6ae98f939bb.tar
nixos-36be8d450f60fd523db214844656d6ae98f939bb.tar.gz
nixos-36be8d450f60fd523db214844656d6ae98f939bb.tar.bz2
nixos-36be8d450f60fd523db214844656d6ae98f939bb.tar.xz
nixos-36be8d450f60fd523db214844656d6ae98f939bb.zip
Revert "no hardening"
This reverts commit d4575f780e31f6bf7b9f19afa3d48b7bde1e1bb0.
-rw-r--r--hel.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index af0399d1..07324328 100644
--- a/hel.nix
+++ b/hel.nix
@@ -324,7 +324,6 @@
324 324
325 virtualisation.virtualbox.host = { 325 virtualisation.virtualbox.host = {
326 enable = true; 326 enable = true;
327 enableHardening = false;
328 }; 327 };
329} 328}
330 329