diff options
-rw-r--r-- | adho-configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; [ |