profiles/core: Add personal cachix cache to the substituters
Some checks failed
Check & Deploy / generate-matrix (push) Has been cancelled
Check & Deploy / build-check (push) Has been cancelled
Check & Deploy / build-host (push) Has been cancelled
Check & Deploy / flake-check (push) Has been cancelled
Check & Deploy / deploy (push) Has been cancelled

This commit is contained in:
SebastianStork 2026-02-19 15:26:10 +01:00
parent 90d01ecd17
commit 0b87addc97
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -41,6 +41,11 @@
min-free = 4 * 1024 * 1024 * 1024; min-free = 4 * 1024 * 1024 * 1024;
max-free = 6 * 1024 * 1024 * 1024; max-free = 6 * 1024 * 1024 * 1024;
substituters = [ "https://sebastian-stork.cachix.org" ];
trusted-public-keys = [
"sebastian-stork.cachix.org-1:PAgwmtq5BF/UlUoXdBC2sX2EKZQ2vCjo3iGySujbaME="
];
}; };
}; };