fix: NixOS | misc cleanup

This commit is contained in:
2025-02-08 14:35:45 +05:00
parent ee9fae50c6
commit ed006f8ede
3 changed files with 9 additions and 12 deletions

View File

@@ -74,10 +74,10 @@
"noatime"
];
};
"/persistant" = {
mountpoint = "/persistant";
"/persistent" = {
mountpoint = "/persistent";
mountOptions = [
"subvol=persistant"
"subvol=persistent"
"compress=zstd"
"noatime"
];