summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/atlas/default.nix2
-rw-r--r--hosts/p-body/default.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix
index f44f2fb..ab72dee 100644
--- a/hosts/atlas/default.nix
+++ b/hosts/atlas/default.nix
@@ -22,12 +22,14 @@
settings = {
trusted-users = ["atlas" "nix-ssh"];
trusted-substituters = [
+ "https://getchoo.cachix.org"
"https://nix-community.cachix.org"
"https://hercules-ci.cachix.org"
"https://wurzelpfropf.cachix.org"
];
trusted-public-keys = [
+ "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"hercules-ci.cachix.org-1:ZZeDl9Va+xe9j+KqdzoBZMFJHVQ42Uu/c/1/KMC5Lw0="
"wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0="
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix
index 0c04c03..1b9b029 100644
--- a/hosts/p-body/default.nix
+++ b/hosts/p-body/default.nix
@@ -20,12 +20,14 @@
networking.hostName = "p-body";
nix.settings = {
trusted-substituters = [
+ "https://getchoo.cachix.org"
"https://nix-community.cachix.org"
"https://hercules-ci.cachix.org"
"https://wurzelpfropf.cachix.org"
];
trusted-public-keys = [
+ "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"hercules-ci.cachix.org-1:ZZeDl9Va+xe9j+KqdzoBZMFJHVQ42Uu/c/1/KMC5Lw0="
"wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0="