From 3ef136b39162d81a79c7878e1d591b8d06f966e9 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 15 Mar 2026 11:52:17 +0100 Subject: [PATCH] feat: add my cache server. --- modules/linux/nixos/nix-options.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/linux/nixos/nix-options.nix b/modules/linux/nixos/nix-options.nix index eafdde8..8b5e9b0 100644 --- a/modules/linux/nixos/nix-options.nix +++ b/modules/linux/nixos/nix-options.nix @@ -15,6 +15,7 @@ "https://cache.nixos-cuda.org" "https://deploy-rs.cachix.org" "https://attic.xuyh0120.win/lantian" + "https://cache.cronyakatsuki.xyz/server" ]; trusted-substituters = [ "https://hyprland.cachix.org" @@ -27,6 +28,7 @@ "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI=" "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" + "server:H3UiSzK++1xgvbI/0BgWc2Ug/srJ45x05Zc9DqNUsxM=" ]; };