diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-09 11:29:03 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-09 11:29:03 +0100 |
commit | c2e0e12dc8ce11dc48d1e5343564e34b85628c29 (patch) | |
tree | cfc08d8e7829a40ca002d51a39fc948312e8fba9 /cluster/prod/app/woodpecker-ci/integration/nix.conf | |
parent | 52cfe541290d8921425ea3c67329d0d14d3ec3a2 (diff) | |
download | nixcfg-c2e0e12dc8ce11dc48d1e5343564e34b85628c29.tar.gz nixcfg-c2e0e12dc8ce11dc48d1e5343564e34b85628c29.zip |
add woodpecker agent instructions
Diffstat (limited to 'cluster/prod/app/woodpecker-ci/integration/nix.conf')
-rw-r--r-- | cluster/prod/app/woodpecker-ci/integration/nix.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cluster/prod/app/woodpecker-ci/integration/nix.conf b/cluster/prod/app/woodpecker-ci/integration/nix.conf new file mode 100644 index 0000000..debea69 --- /dev/null +++ b/cluster/prod/app/woodpecker-ci/integration/nix.conf @@ -0,0 +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 = 0 +log-lines = 200 +filter-syscalls = true +sandbox = true +keep-outputs = true +keep-derivations = true |