summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2025-03-10 15:32:49 +0100
committerAlan Pearce2025-03-10 15:32:49 +0100
commitd7686da2a66b06786775987c61607d3b212cef73 (patch)
treec805c825d59bd4939ef781e01e5667f5da784e31 /system
parent220056d36d35f63b8f00f3cbf8d8da299d737b91 (diff)
downloadnixfiles-d7686da2a66b06786775987c61607d3b212cef73.tar.lz
nixfiles-d7686da2a66b06786775987c61607d3b212cef73.tar.zst
nixfiles-d7686da2a66b06786775987c61607d3b212cef73.zip
nix: remove deploy-rs cache
Diffstat (limited to 'system')
-rw-r--r--system/settings/configuration/nix.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix
index 48c6b4ef..ad4e762c 100644
--- a/system/settings/configuration/nix.nix
+++ b/system/settings/configuration/nix.nix
@@ -15,13 +15,11 @@
       substituters = [
         "https://nix-community.cachix.org"
         "https://binarycache.alanpearce.eu"
-        "https://deploy-rs.cachix.org"
         "https://cache.lix.systems"
       ];
 
       trusted-public-keys = [
         "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
-        "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI="
         "binarycache.alanpearce.eu:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4="
         "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
       ];