Hello! A week back I asked how I could set up a guest user account on my laptop with a home directory that wipes on reboot. While I succeeded with that, there’s still one part that I’m not quite happy with; guest users currently need to log in with a password.
Ideally, friends would be able to simply select the “Guest” user in the login screen, and with that enter the session. I have looked in the docs but haven’t figured out how to do it. Setting users.users.guest.password = null;
did not work. What must I do to achieve my desired result, and are there any security risks that could arise from doing this?
I am using home-manager, and have GNOME as my desktop environment if that helps with anything!