enable auto scrubbing and stuff

This commit is contained in:
mjallen18
2024-07-09 09:46:05 -05:00
parent e91bd250a4
commit f420ad44f2
4 changed files with 55 additions and 39 deletions

View File

@@ -42,6 +42,7 @@
"subvol=nix"
"compress=zstd"
"noatime"
"autodefrag"
];
};
@@ -52,6 +53,7 @@
"subvol=etc"
"compress=zstd"
"noatime"
"autodefrag"
];
};
@@ -62,6 +64,7 @@
"subvol=root"
"compress=zstd"
"noatime"
"autodefrag"
];
};
@@ -72,6 +75,7 @@
"subvol=log"
"compress=zstd"
"noatime"
"autodefrag"
];
};
@@ -81,6 +85,7 @@
options = [
"subvol=home"
"compress=zstd"
"autodefrag"
];
};