From ced74a50dceaa2a3ffec37aeef1fe61aca39b59a Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 19 Mar 2025 21:10:59 -0500 Subject: [PATCH] egsdf --- hosts/pi4/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pi4/configuration.nix b/hosts/pi4/configuration.nix index b8abc40..41399f0 100755 --- a/hosts/pi4/configuration.nix +++ b/hosts/pi4/configuration.nix @@ -30,12 +30,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;