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