diff options
Diffstat (limited to 'nix/nix.conf')
-rw-r--r-- | nix/nix.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nix/nix.conf b/nix/nix.conf new file mode 100644 index 00000000..8764eb3e --- /dev/null +++ b/nix/nix.conf @@ -0,0 +1,7 @@ +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 + +# required for containers +sandbox = false |