From 6e616249e0084a51cedfd344e2e1fc3875d54c85 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 26 Apr 2023 12:17:50 -0400 Subject: atlas/pbody: add more substituters --- hosts/atlas/default.nix | 16 +++++++++++++++- hosts/p-body/default.nix | 2 ++ 2 files changed, 17 insertions(+), 1 deletion(-) 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 = [ diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index e170977..a8f77ed 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -22,12 +22,14 @@ trusted-substituters = [ "https://nix-community.cachix.org" "https://hercules-ci.cachix.org" + "https://wurzelpfropf.cachix.org" "ssh://nix-ssh@164.152.18.102:420" ]; 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=" "164.152.18.102:1qdvbe6dUxq/UPgB4G2JzOOqj1cU0WlNO+OrlQC2ticKX/RTM50jWpN3VswO10DPIrRLUnrTl+UtoNL3Vgu3Ow==" ]; -- cgit v1.2.3