mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
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
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:
parent
90d01ecd17
commit
0b87addc97
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@
|
|||
|
||||
min-free = 4 * 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="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue