summaryrefslogtreecommitdiff
path: root/modules/nixos/server/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-19 13:42:28 -0400
committerseth <[email protected]>2023-08-19 13:42:28 -0400
commit9cd3799ee905a4ad5e34c26f3e43b535d5a2f7ef (patch)
treec140c6fc4ffa6bf9f76a35af2244cb9f8e8ce7a5 /modules/nixos/server/default.nix
parent2b488b9facc84c862ec53efc0bdd60881275b6d1 (diff)
remove garnix cache
Diffstat (limited to 'modules/nixos/server/default.nix')
-rw-r--r--modules/nixos/server/default.nix2
1 files changed, 0 insertions, 2 deletions
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="
];
};