No. I’ve checked that. Now I’ve garbage collected the whole system for a good measure and I have only one derivation available.
I’m not sure about the exact semantics of mutableUsers = false. When I’ve built my system, it was with mutableUsers = false, so maybe it won’t update the users because of that?
Well, for some reason it’s not working for me. I’ve even tried allowing wheel users to not be required to use password e.g.:
security.sudo.wheelNeedsPassword = false;
But that doesn’t work either…
Ok. Guys. I’ve just realized I’m an idiot. I have a duplicate users.nix file in my repo from an older version of my setup which I’ve kept for reference and forgot about. And using the fuzzy finder I’d open that file without realizing it’s not the currently used one.