Hello,
I am interested in using systemd homed.
I am using openSUSE TW KDE.
I install systemd-experimental package which include homed.
I follow the Arch wiki. https://wiki.archlinux.org/title/Systemd-homed
I enable and start homed service.
sudo systemctl enable systemd-homed.service
sudo systemctl start systemd-homed.service
I then create new homed user.
homectl create homed-user1
Give it a password.
Try reboot, and login, logout. SDDM show no new user.
Arch wiki said that the UID must be between 1000 to 60000.
So I create new user with uid=2000
homectl create homed-user2 --uid=2000
Reboot, login,logout, no new uesr still.
id command show just my user that I first create when install openSUSE.
[FONT=monospace]kev@localhost:~> id
uid=1000(kev) gid=100(users) groups=100(users)
[/FONT]
What did I do wrong?
Thanks.