correct the directory name for the user persist directory
This commit is contained in:
parent
1b917d8357
commit
bba94ba6ae
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ 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}
|
||||
mkdir -p /persistent/home/${name}
|
||||
chown -R ${name}:${cfg.group} /persistent/home/${name}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue