temp disable of local cache
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
ed65c72abd
commit
dbaa75a2fa
@ -4,14 +4,14 @@
|
||||
nixConfig = {
|
||||
substituters = [
|
||||
"https://cache.nixos.org/?priority=1&want-mass-query=true"
|
||||
"https://attic.alicehuston.xyz/cache-nix-dot?priority=4&want-mass-query=true"
|
||||
"https://cache.alicehuston.xyz/?priority=5&want-mass-query=true"
|
||||
# "https://attic.alicehuston.xyz/cache-nix-dot?priority=4&want-mass-query=true"
|
||||
# "https://cache.alicehuston.xyz/?priority=5&want-mass-query=true"
|
||||
"https://nix-community.cachix.org/?priority=10&want-mass-query=true"
|
||||
];
|
||||
trusted-substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://attic.alicehuston.xyz/cache-nix-dot"
|
||||
"https://cache.alicehuston.xyz"
|
||||
# "https://attic.alicehuston.xyz/cache-nix-dot"
|
||||
# "https://cache.alicehuston.xyz"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user