Add personal nix cache as a substituter

This commit is contained in:
Vili Sinervä 2025-06-13 13:36:04 +03:00
parent e48938d43d
commit bacbe5244c
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -153,6 +153,8 @@
"flakes"
];
auto-optimise-store = true;
substituters = [ "https://cache.sinerva.eu" ];
trusted-public-keys = [ "cache.sinerva.eu:TaIhyAKozO/r88EBWMSdbp+TB0YlcXT/EADunYoYLVc=" ];
};
gc = {
automatic = true;