Disable private nixcache for now

This commit is contained in:
Tristan D. 2024-11-10 17:06:22 +01:00
parent 8e03156009
commit 02e90b0438
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -2,10 +2,10 @@
nix = { nix = {
settings = { settings = {
substituters = [ substituters = [
"https://nixcache.vlt81.de" # "https://nixcache.vlt81.de"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"nixcache.vlt81.de:nw0FfUpePtL6P3IMNT9X6oln0Wg9REZINtkkI9SisqQ=" # "nixcache.vlt81.de:nw0FfUpePtL6P3IMNT9X6oln0Wg9REZINtkkI9SisqQ="
]; ];
}; };
}; };