nixos/tmproot: Ignore /persist symlinks whose targets don't exist

This commit is contained in:
2022-06-10 23:42:20 +01:00
parent 3085df1710
commit ffdff3d403
2 changed files with 6 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ in
parentDirectory = perms;
}) [
"/home/${user'.name}/.bash_history"
"/home/${user'.name}/.lesshst"
];
directories = map (directory: {
inherit directory;