diff --git a/common/substitutors.nix b/common/substitutors.nix index af8cdb6..855d7ee 100644 --- a/common/substitutors.nix +++ b/common/substitutors.nix @@ -6,7 +6,6 @@ experimental-features = [ "nix-command" "flakes" ]; substituters = [ (lib.mkIf (config.networking.hostName != "nuOS") "https://cache.itepastra.nl") - (lib.mkIf (config.networking.hostName == "nuOS") "http://192.168.42.5:38281") "https://hyprland.cachix.org" "https://cache.iog.io" "https://cuda-maintainers.cachix.org"