diff options
| author | seth <[email protected]> | 2023-04-26 12:17:50 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-26 12:17:50 -0400 |
| commit | 6e616249e0084a51cedfd344e2e1fc3875d54c85 (patch) | |
| tree | fb6440d25bf546531246115f717f306a4c1e86f2 | |
| parent | 400d9e6c257e3b51836739011d2e46381ba7726c (diff) | |
atlas/pbody: add more substituters
| -rw-r--r-- | hosts/atlas/default.nix | 16 | ||||
| -rw-r--r-- | hosts/p-body/default.nix | 2 |
2 files changed, 17 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 = [ 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://[email protected]: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==" ]; |
