Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-05 20:29:13 +03:00
parent fa6e2f9e21
commit da8e2c9efa
4 changed files with 16 additions and 9 deletions

View File

@ -62,13 +62,13 @@
"noatime"
];
};
# "@storage" = {
# mountpoint = "/storage";
# mountOptions = [
# "compress=zstd"
# "noatime"
# ];
# };
"@storage" = {
mountpoint = "/storage";
mountOptions = [
"compress=zstd"
"noatime"
];
};
"@swap" = {
mountpoint = "/swap";
mountOptions = [