From 4800ca0c4f80861aa8e20176191bfbdbfcc75ef0 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 6 Jan 2025 18:11:22 +0100 Subject: [PATCH] use https://cache.nixos.org to verify --- share/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/home.nix b/share/home.nix index 1c0ff40..b867fbf 100644 --- a/share/home.nix +++ b/share/home.nix @@ -36,7 +36,7 @@ updatenow = "doas nixos-rebuild switch"; upgradenow = "doas nixos-rebuild switch --upgrade"; gc = "doas nix-collect-garbage --delete-older-than 7d"; - verify = "doas nix --extra-experimental-features nix-command store verify --all"; + verify = "doas nix --extra-experimental-features nix-command store verify --all -s https://cache.nixos.org"; optimize = "doas nix --extra-experimental-features nix-command store optimise"; scrub = "doas btrfs scrub start -B /data";