Fix paperless vm not booting due to mount options

This commit is contained in:
fi 2023-12-05 04:17:09 +01:00
parent 150fe9f106
commit 0e9d702f80
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA

View file

@ -24,7 +24,7 @@
depends = [ "/mnt/data" ]; depends = [ "/mnt/data" ];
device = "/mnt/data/paperless"; device = "/mnt/data/paperless";
fsType = "none"; fsType = "none";
options = [ "bind" "X-mount.owner=paperless" "X-mount.group=paperless" ]; options = [ "bind" ];
}; };
}; };
} }