diff options
Diffstat (limited to 'users/glittershark')
-rw-r--r-- | users/glittershark/system/system/modules/tvl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/glittershark/system/system/modules/tvl.nix b/users/glittershark/system/system/modules/tvl.nix index 69a02dbbb33f..905ec8ced537 100644 --- a/users/glittershark/system/system/modules/tvl.nix +++ b/users/glittershark/system/system/modules/tvl.nix @@ -16,12 +16,12 @@ ''; binaryCaches = [ - "ssh://nix-ssh@whitby.tvl.fyi" "https://cache.nixos.org" + "ssh://nix-ssh@whitby.tvl.fyi" ]; trustedBinaryCaches = [ - "ssh://nix-ssh@whitby.tvl.fyi" "https://cache.nixos.org" + "ssh://nix-ssh@whitby.tvl.fyi" ]; binaryCachePublicKeys = [ "cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc=" |