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:
parent
ff1f5271f4
commit
ab65fb2371
1 changed files with 3 additions and 0 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue