Fix paperless vm not booting due to mount options

This commit is contained in:
yuri 2023-12-05 04:17:09 +01:00
parent 0342528ca0
commit bd4dab95b0

View file

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