2026-07-04

This commit is contained in:
root 2026-07-04 09:54:45 -03:00
parent 0de07cd804
commit 749bfdf50d
No known key found for this signature in database
12 changed files with 80 additions and 157 deletions

View file

@ -32,6 +32,13 @@
"noatime"
];
};
"@downloads" = {
mountpoint = "/home/user/downloads";
mountOptions = [
"compress=zstd"
"noatime"
];
};
};
};
};