WIP: rewrite config #618

Draft
darkkirb wants to merge 386 commits from rewrite into main
Showing only changes of commit 29da05c376 - Show all commits

View file

@ -62,6 +62,9 @@ with lib; {
${pkgs.btrfs-progs}/bin/btrfs subvolume create ${cfg.home}
chown -R ${name}:${cfg.group} ${cfg.home}
mkdir -p /persistent/home/${cfg.home}
chown -R ${name}:${cfg.group} ${cfg.home}
'';
};
}