summaryrefslogtreecommitdiff
path: root/hosts/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-26 12:17:50 -0400
committerseth <[email protected]>2023-04-26 12:17:50 -0400
commit6e616249e0084a51cedfd344e2e1fc3875d54c85 (patch)
treefb6440d25bf546531246115f717f306a4c1e86f2 /hosts/atlas
parent400d9e6c257e3b51836739011d2e46381ba7726c (diff)
atlas/pbody: add more substituters
Diffstat (limited to 'hosts/atlas')
-rw-r--r--hosts/atlas/default.nix16
1 files changed, 15 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix
index 51a5e34..14c1cf3 100644
--- a/hosts/atlas/default.nix
+++ b/hosts/atlas/default.nix
@@ -19,7 +19,21 @@
networking.hostName = "atlas";
nix = {
- settings.trusted-users = ["atlas" "nix-ssh"];
+ settings = {
+ trusted-users = ["atlas" "nix-ssh"];
+ trusted-substituters = [
+ "https://nix-community.cachix.org"
+ "https://hercules-ci.cachix.org"
+ "https://wurzelpfropf.cachix.org"
+ ];
+
+ trusted-public-keys = [
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+ "hercules-ci.cachix.org-1:ZZeDl9Va+xe9j+KqdzoBZMFJHVQ42Uu/c/1/KMC5Lw0="
+ "wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0="
+ ];
+ };
+
sshServe = {
enable = true;
keys = [