Try to get mergerFS working

This commit is contained in:
Raphaël Numbus
2026-01-03 11:24:49 +01:00
parent 917e5118c9
commit 13a3ea3836
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@
fileSystems."/mnt/data-storage" = {
device = "/mnt/content-*";
fsType = "fuse.mergerfs";
depends = [
$MERGERFS_DEPENDS
];
options = [
"category.create=ff"
"cache.files=partial"