From 08b90ac1aeadd270814f287722f37524f597b242 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sun, 8 Jun 2025 17:38:32 -0500 Subject: [PATCH] idk --- hosts/desktop/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/desktop/nix.nix b/hosts/desktop/nix.nix index 4e5449a..84f70e3 100644 --- a/hosts/desktop/nix.nix +++ b/hosts/desktop/nix.nix @@ -6,12 +6,12 @@ in nix = { settings = { substituters = [ - "https://cache.mjallen.dev" + # "https://cache.mjallen.dev" "https://nix-community.cachix.org" "https://cache.nixos.org/" ]; trusted-public-keys = [ - "cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc=" + # "cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; warn-dirty = lib.mkForce false;