diff options
Diffstat (limited to 'nix/nix.conf')
-rw-r--r-- | nix/nix.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nix/nix.conf b/nix/nix.conf index 871efb10..6abf96b3 100644 --- a/nix/nix.conf +++ b/nix/nix.conf @@ -1,4 +1,9 @@ substituters = https://cache.nixos.org https://nix.web.deuxfleurs.fr trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix.web.deuxfleurs.fr:eTGL6kvaQn6cDR/F9lDYUIP9nCVR/kkshYfLDJf1yKs= max-jobs = auto -cores = 4 +cores = 0 +log-lines = 200 +filter-syscalls = false +sandbox = false +keep-outputs = true +keep-derivations = true |