summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2024-05-26 13:03:09 +0200
committerAlan Pearce2024-05-26 13:03:09 +0200
commit57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc (patch)
treee0aaaa9baad2cd7d18a7b1517f1136f6600194c9 /system/settings
parent936439732e081972b28fd28f8d61226515ab18ef (diff)
downloadnixfiles-57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc.tar.lz
nixfiles-57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc.tar.zst
nixfiles-57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc.zip
remove deploy-rs
I will update systems manually for now
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/configuration/nix.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix
index 6e3cb061..b28fde18 100644
--- a/system/settings/configuration/nix.nix
+++ b/system/settings/configuration/nix.nix
@@ -14,15 +14,11 @@
       warn-dirty = false;
       substituters = [
         "https://nix-community.cachix.org"
-        "https://deploy-rs.cachix.org"
         "https://binarycache.alanpearce.eu"
-        "https://deploy-rs.cachix.org"
       ];
 
       trusted-public-keys = [
-        "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI="
         "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
-        "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI="
         "binarycache.alanpearce.eu:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4="
       ];
     };