aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaki Schöffel <sils@sils.li>2026-08-14 15:49:19 +0200
committerJaki Schöffel <sils@sils.li>2026-08-14 20:07:56 +0200
commit28bb442b661d5bb363874a642caa7a0c9c16e1c6 (patch)
tree7e8bdcc6a645a4bcae5927fefec7ce6c9a827884
parentflake.lock: update (diff)
downloadnix-config-28bb442b661d5bb363874a642caa7a0c9c16e1c6.zip
nix: remove garnix cache
garnix did shut down
Diffstat (limited to '')
-rw-r--r--modules/nixos/jaki/nix.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nixos/jaki/nix.nix b/modules/nixos/jaki/nix.nix
index d946453..0edd642 100644
--- a/modules/nixos/jaki/nix.nix
+++ b/modules/nixos/jaki/nix.nix
@@ -39,11 +39,9 @@ in {
commit-lockfile-summary = "flake.lock: update";
experimental-features = ["nix-command" "flakes"];
substituters = [
- "https://cache.garnix.io"
"https://hyprland.cachix.org"
];
trusted-public-keys = [
- "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
};