Move snapshot dir, add corn to Kitty

This commit is contained in:
Bun 2025-03-21 17:30:50 -04:00
parent 90a0363d89
commit 044b240b66
9 changed files with 27 additions and 9 deletions

View file

@ -68,8 +68,8 @@
mountOptions = [ "compress=zstd" "noatime" "ssd" ];
};
"/persist/.snapshots" = { };
"/persist/home/${config.sysusers.main}" = { };
"/persist/home/${config.sysusers.main}/.snapshots" = { };
"/persist/home" = { };
"/persist/home/.snapshots" = { };
};
};
};