While trying to make autoLogin work, I saw the corresponding section in the NixOS 20.09 manual (see here). This didn’t work, nixos-rebuild switch
tells me the option does not exist. However, doing, for example, ...sddm.autoLogin.enable = true;
instead of just ...autoLogin.enable
works.
Is this an error in the manual, or in the code? Or even an error at all?