error:
… while evaluating the attribute ‘config’
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:1:12284:
… while calling the ‘seq’ builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:1:12293:
(stack trace truncated; use ‘–show-trace’ to show the full, detailed trace)
That means that you have not disabled cache.nixos.org.
The way the defaults are laid out, is that ["cache.nixos.org"] is not defined as a default value, but as a “flat” value with the same priority as any the values you add yourself. This way one doesn’t have to add it manually when also adding other caches. So “adding” is easier this way, and it is not really expected that poeple want to use nixos without the nixos caches.
You probaly want to use lib.mkForce to give your value a lower priority and therefore precedence over the NixOS provided value.
You have to rebuild/switch at least once to make it realize in the /etc/nix/nix.conf.
For this initial rebuild, you have to use --option substituters "your.thing.here" if the global fastly provided nixos cache does you any trouble for you.
Thank you so much.
It finally worked.
It is now downloading blazingly fast.
I finally solved this problem.
Now I gntta work on kde’s random freezing problem.