diff options
author | Alan Pearce | 2024-11-27 18:37:24 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-27 18:37:24 +0100 |
commit | 3b1859a23ebee5f4259dad99fcd821ac93e34cbf (patch) | |
tree | fd7833107b8c35dc0eddf3cbdc41bde4d9d2a97b /system/settings/configuration/nix.nix | |
parent | c34ea57e6061273ec1356f76593c64d60e893019 (diff) | |
download | nixfiles-3b1859a23ebee5f4259dad99fcd821ac93e34cbf.tar.lz nixfiles-3b1859a23ebee5f4259dad99fcd821ac93e34cbf.tar.zst nixfiles-3b1859a23ebee5f4259dad99fcd821ac93e34cbf.zip |
Revert "remove deploy-rs"
This reverts commit 57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc.
Diffstat (limited to 'system/settings/configuration/nix.nix')
-rw-r--r-- | system/settings/configuration/nix.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix index 105efaae..28da18c0 100644 --- a/system/settings/configuration/nix.nix +++ b/system/settings/configuration/nix.nix @@ -13,11 +13,15 @@ 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=" ]; }; |