lol

Move creation of /root to the activation script

...so it appears in a new installation before rebooting the system.

+2 -1
+2
nixos/modules/config/users-groups.nix
··· 533 533 -I${pkgs.perlPackages.FileSlurp}/lib/perl5/site_perl \ 534 534 -I${pkgs.perlPackages.JSON}/lib/perl5/site_perl \ 535 535 ${./update-users-groups.pl} ${spec} 536 + 537 + install -m 0700 -d /root 536 538 ''; 537 539 538 540 # for backwards compatibility
-1
nixos/modules/system/boot/stage-2-init.sh
··· 82 82 mkdir -m 01777 -p /tmp 83 83 mkdir -m 0755 -p /var/{log,lib,db} /nix/var /etc/nixos/ \ 84 84 /run/lock /home /bin # for the /bin/sh symlink 85 - install -m 0700 -d /root 86 85 87 86 88 87 # Miscellaneous boot time cleanup.