Fix paperless vm not booting due to mount options

This commit is contained in:
fi 2024-11-20 05:46:40 +01:00
parent e9ab073be8
commit 7009364754

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" ];
};
};
}