From fb0a724d7e43ce26202112b932f1559fc3d06f05 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 28 Jul 2026 20:38:46 +0100 Subject: [PATCH] gaming: drop dead garnix cache Co-Authored-By: Claude Opus 5 --- hosts/hardware/FredOS-Gaming.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hardware/FredOS-Gaming.nix b/hosts/hardware/FredOS-Gaming.nix index 71fd8a1..6e1de8e 100644 --- a/hosts/hardware/FredOS-Gaming.nix +++ b/hosts/hardware/FredOS-Gaming.nix @@ -8,14 +8,14 @@ nixpkgs.overlays = [ inputs.nix-cachyos-kernel.overlays.pinned ]; boot.kernelPackages = lib.mkForce pkgs.cachyosKernels.linuxPackages-cachyos-bore; + # garnix.io shut down July 2026; lantian's attic cache still serves the + # cachyos kernel builds. nix.settings = { substituters = [ "https://attic.xuyh0120.win/lantian" - "https://cache.garnix.io" ]; trusted-public-keys = [ "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ]; };