Add personal nix cache as a substituter
This commit is contained in:
parent
e48938d43d
commit
bacbe5244c
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
substituters = [ "https://cache.sinerva.eu" ];
|
||||||
|
trusted-public-keys = [ "cache.sinerva.eu:TaIhyAKozO/r88EBWMSdbp+TB0YlcXT/EADunYoYLVc=" ];
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue