From ab65fb2371a1140dd6bde542148c8556be37913c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 10 Oct 2018 13:34:07 +0200 Subject: fix(adho): Disable Nix sandbox on adho Sandboxing was enabled by default in NixOS 18.09, but it breaks some of the less-than-clean work build setups. --- adho-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'adho-configuration.nix') diff --git a/adho-configuration.nix b/adho-configuration.nix index ca3ea6dd431b..5b9290a179b9 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -18,6 +18,9 @@ # Give me more entropy: services.haveged.enable = true; + # Disable sandbox to let work-builds function: + nix.useSandbox = false; + # Yubikey related: services.pcscd.enable = true; environment.systemPackages = with pkgs; [ -- cgit 1.4.1