garage/nix/nix.conf

10 lines
347 B
Plaintext
Raw Normal View History

2021-10-04 16:27:57 +00:00
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 = 0
2022-07-23 10:02:40 +00:00
log-lines = 200
2022-07-24 09:08:02 +00:00
filter-syscalls = false
sandbox = false
keep-outputs = true
keep-derivations = true