From 99fbcf34f0f0f6d3278be66b816e9cad2b9a4a19 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:13:31 +0100 Subject: [PATCH] Move root home to /home/root AFAIK /root is just a historic artifact from back when the root and home partition were separate. --- config/base.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/base.toml b/config/base.toml index e7587af03..661abdc2f 100644 --- a/config/base.toml +++ b/config/base.toml @@ -275,8 +275,6 @@ symlink = true password = "password" uid = 0 gid = 0 -name = "root" -home = "/root" shell = "/usr/bin/ion" [users.user]