weilite: add back ocis volume
This commit is contained in:
parent
fde693bfe0
commit
d31c7ad8a7
1 changed files with 7 additions and 7 deletions
|
@ -98,13 +98,13 @@
|
||||||
options = "rw,nodev,nosuid";
|
options = "rw,nodev,nosuid";
|
||||||
wantedBy = [ "restic-rest-server.service" ];
|
wantedBy = [ "restic-rest-server.service" ];
|
||||||
}
|
}
|
||||||
# {
|
{
|
||||||
# what = "ocis";
|
what = "ocis";
|
||||||
# where = "/var/lib/ocis";
|
where = "/var/lib/ocis";
|
||||||
# type = "virtiofs";
|
type = "virtiofs";
|
||||||
# options = "rw,nodev,nosuid";
|
options = "rw,nodev,nosuid";
|
||||||
# wantedBy = [ "ocis.service" ];
|
wantedBy = [ "ocis.service" ];
|
||||||
# }
|
}
|
||||||
{
|
{
|
||||||
what = "media";
|
what = "media";
|
||||||
where = "/var/lib/jellyfin/media";
|
where = "/var/lib/jellyfin/media";
|
||||||
|
|
Loading…
Add table
Reference in a new issue