M gnu/system.scm => gnu/system.scm +1 -1
@@ 317,7 317,7 @@ alias ll='ls -l'
(password "")
(uid 0) (gid 0)
(comment "System administrator")
- (home-directory "/"))
+ (home-directory "/root"))
(append (operating-system-users os)
(append-map service-user-accounts
services))))
M gnu/system/vm.scm => gnu/system/vm.scm +1 -0
@@ 485,6 485,7 @@ basic contents of the root file system of OS."
(directory "/tmp")
(directory "/var/nix/profiles/per-user/root" 0 0)
+ (directory "/root" 0 0) ; an exception
,@(append-map user-directories
(operating-system-users os))))))