summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
-rw-r--r--hosts/profiles.nix2
-rw-r--r--modules/nixos/server/default.nix2
3 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index c5c9192..12d3a48 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,12 +4,10 @@
nixConfig = {
extra-substituters = [
"https://getchoo.cachix.org" # personal cache
- "https://cache.garnix.io" # garnix cache
"https://nix-community.cachix.org" # nix-community
];
extra-trusted-public-keys = [
"getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="
- "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index b2d2470..deee5ff 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -19,13 +19,11 @@
settings = {
trusted-substituters = [
"https://getchoo.cachix.org"
- "https://cache.garnix.io"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="
- "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
diff --git a/modules/nixos/server/default.nix b/modules/nixos/server/default.nix
index 9048c4f..0e2cd98 100644
--- a/modules/nixos/server/default.nix
+++ b/modules/nixos/server/default.nix
@@ -33,13 +33,11 @@ in {
allowed-users = [];
trusted-substituters = [
"https://getchoo.cachix.org"
- "https://cache.garnix.io"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="
- "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};