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.
This commit is contained in:
Vincent Ambo 2018-10-10 13:34:07 +02:00
parent ff1f5271f4
commit ab65fb2371

View file

@ -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; [