Use systemd-homed #3

Open
opened 2022-01-02 01:29:09 +00:00 by jordan · 1 comment
jordan commented 2022-01-02 01:29:09 +00:00 (Migrated from git.vimium.com)

Use systemd-homed to manage home directories.

Setup

Option 1

Convert existing user to be homed-managed. Look at https://systemd.io/CONVERTING_TO_HOMED/.

Option 2

Create new users on each host.

As root, run:

git clone https://git.vimium.com/jordan/dotfiles.git /etc/skel/jordan &&
homectl create \
  --real-name="Jordan Holt" \
  --email-address="jordan@vimium.com" \
  --location="Manchester, UK" \
  --member-of=wheel \
  --skel=/etc/skel/jordan \
  --shell=/bin/zsh \
  jordan
Use [systemd-homed](https://systemd.io/HOME_DIRECTORY/) to manage home directories. ## Setup ### Option 1 Convert existing user to be homed-managed. Look at https://systemd.io/CONVERTING_TO_HOMED/. ### Option 2 Create new users on each host. As root, run: ```sh git clone https://git.vimium.com/jordan/dotfiles.git /etc/skel/jordan && homectl create \ --real-name="Jordan Holt" \ --email-address="jordan@vimium.com" \ --location="Manchester, UK" \ --member-of=wheel \ --skel=/etc/skel/jordan \ --shell=/bin/zsh \ jordan ```
jordan commented 2022-01-02 01:29:09 +00:00 (Migrated from git.vimium.com)

assigned to @jordan

assigned to @jordan
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jordan/dotfiles#3
No description provided.