Fix paperless vm not booting due to mount options
This commit is contained in:
parent
150fe9f106
commit
0e9d702f80
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue