Prevent nix cache loop

This commit is contained in:
Sandro - 2023-05-29 21:44:01 +02:00
parent 000000bd5d
commit 8888888467
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
};
c3d2 = {
addBinaryCache = true;
# NOTE: this must be off, otherwise our nix binary cache creates a loop with itself
addBinaryCache = lib.mkForce false;
addKnownHosts = true;
sshKeys = ssh-public-keys;
};