Systemd-homed

Hi,

I red the article Unlocking the Future of User Management - Fedora Magazine about the new way to manage users home folder.

Can we have documentation about this new feature witch seams to be amazing?
Please add command examples to avoid questions.

Thanks a lot.

Nicky

Added systemd-homed

Afaik it is not ready yet.

Click on the tag to see more posts about the topic

As usual, systemd has way more documentation than anyone would ever care to read. In this case you could for example look at https://systemd.io/CONVERTING_TO_HOMED/

2 Likes

You can follow the work on making systemd-homed the default for Atomic Desktops here.

1 Like

I wonder what’s missing from the article. Article and comments to it contains all necessary details to create homed-managed users. It boils down to few commands to be run in CLI:

  1. Enabling systemd-homed (it should be enabled but still)
    sudo systemctl enable systemd-homed.service
  2. Enabling systemd-home PAM
    sudo authselect enable-feature with-systemd-homed
  3. Creating a homed-managed user with homectl. You can refer to homectl documentation to explore various options, e.g., adding FIDO2 with Yubikey, selecting filesystem type, setting home dir’s size, adding homed user to the wheel or any other group, etc.