This commit is contained in:
Noa Aarts 2024-10-21 10:59:36 +02:00
parent 233ce67b0d
commit b5ff5c2ff2
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -6,6 +6,7 @@
experimental-features = [ "nix-command" "flakes" ]; experimental-features = [ "nix-command" "flakes" ];
substituters = [ substituters = [
(lib.mkIf (config.networking.hostName != "nuOS") "https://cache.itepastra.nl") (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://hyprland.cachix.org"
"https://cache.iog.io" "https://cache.iog.io"
"https://cuda-maintainers.cachix.org" "https://cuda-maintainers.cachix.org"