summary refs log tree commit diff
path: root/nixos/tests/hardened.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2019-09-18 15:34:56 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2019-09-18 15:38:43 +0200
commiteb59755f70b5f3d675de509178ebc57346d6601b (patch)
tree778bd80c600416717d0b4b02f02e8bd61b370a3f /nixos/tests/hardened.nix
parent4a719e28847755757cad8cf6417a3bb9b990714c (diff)
tests/hardened: fix build
Bug introduced by 4ead3d2ec3d4fac9ee22da47bbe3bc9defb62c49

For ZHF https://github.com/NixOS/nixpkgs/issues/68361
Diffstat (limited to 'nixos/tests/hardened.nix')
-rw-r--r--nixos/tests/hardened.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/hardened.nix b/nixos/tests/hardened.nix
index 90f9793b370c4..cbf76f9e55877 100644
--- a/nixos/tests/hardened.nix
+++ b/nixos/tests/hardened.nix
@@ -10,6 +10,7 @@ import ./make-test.nix ({ pkgs, ...} : {
     { users.users.alice = { isNormalUser = true; extraGroups = [ "proc" ]; };
       users.users.sybil = { isNormalUser = true; group = "wheel"; };
       imports = [ ../modules/profiles/hardened.nix ];
+      environment.memoryAllocator.provider = "graphene-hardened";
       nix.useSandbox = false;
       virtualisation.emptyDiskImages = [ 4096 ];
       boot.initrd.postDeviceCommands = ''