diff --git a/modules/nix-conf.nix b/modules/nix-conf.nix index efaf586..9804c69 100644 --- a/modules/nix-conf.nix +++ b/modules/nix-conf.nix @@ -57,9 +57,11 @@ in "gregory.hellings" ]; # For home and for work machines substituters = - (lib.optionals cfg.cache [ + (if cfg.cache then [ #"http://chronicles.shire-zebra.ts.net:9000/binary-cache/" "http://nas1.shire-zebra.ts.net:8080/default" + ] else [ + "http://nas1.thehellings.lan:8080/default" ]) ++ [ "https://ai.cachix.org"