From 36542f6f699038ae00e16aafc3773cbef13fcdf4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 4 Jun 2016 16:48:49 +0200 Subject: modules/profile/base: Fix nix.useSandbox option Since NixOS/nixpkgs@7cf8daa every chroot*-option has been renamed to refer to "sandbox", because the name fits better (it's not only chroot). Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index a4372032..fe74a243 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -10,7 +10,7 @@ in { config = lib.mkIf cfg.enable { nix = { - useChroot = true; + useSandbox = true; readOnlyStore = true; buildCores = 0; extraOptions = '' -- cgit 1.4.1