I ran nix flake update on my machine after two weeks without updating it, and it downloaded about 20 MiB, which was pretty small. Then I ran sudo nixos-rebuild switch --flake ~/nix/system#. and it told me that no changes were made. Any idea what could be causing it?
Your config is pretty small, what are chances that just actually nothing changed? What happens if you make a small change to your actual configuration (e.g. add a new package)?