forked from Deuxfleurs/nixcfg
10 lines
345 B
Text
10 lines
345 B
Text
|
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
|
||
|
log-lines = 200
|
||
|
filter-syscalls = true
|
||
|
sandbox = true
|
||
|
keep-outputs = true
|
||
|
keep-derivations = true
|