From 49e60a0d2754f0c2a59a5e3f7aa3e842cb1fbb03 Mon Sep 17 00:00:00 2001 From: Matt Jallen Date: Mon, 9 Feb 2026 17:55:30 -0600 Subject: [PATCH] cache --- modules/nixos/nix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nixos/nix/default.nix b/modules/nixos/nix/default.nix index 47ddcd1..89e68b1 100644 --- a/modules/nixos/nix/default.nix +++ b/modules/nixos/nix/default.nix @@ -9,14 +9,14 @@ settings = { # extra-sandbox-paths = [ config.programs.ccache.cacheDir ]; substituters = [ - "https://cache.mjallen.dev/nas-cache" + "https://cache.mjallen.dev/jallen-cache" "https://nixos-apple-silicon.cachix.org" "https://nixos-raspberrypi.cachix.org" "https://nix-community.cachix.org" "https://cache.nixos.org/" ]; trusted-public-keys = [ - "nas-cache:69gwcYjNOR+eARcqtgOj9otTLiye8rorl7kaGRuHhe0=" + "jallen-cache:acdgABy5hqSiMCcHePhIkOSH8cgJrtuPBo6gyayDNZA=" "nixos-apple-silicon.cachix.org-1:8psDu5SA5dAD7qA0zMy5UT292TxeEPzIz8VVEr2Js20=" "nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="