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";
|
||||
wantedBy = [ "restic-rest-server.service" ];
|
||||
}
|
||||
# {
|
||||
# what = "ocis";
|
||||
# where = "/var/lib/ocis";
|
||||
# type = "virtiofs";
|
||||
# options = "rw,nodev,nosuid";
|
||||
# wantedBy = [ "ocis.service" ];
|
||||
# }
|
||||
{
|
||||
what = "ocis";
|
||||
where = "/var/lib/ocis";
|
||||
type = "virtiofs";
|
||||
options = "rw,nodev,nosuid";
|
||||
wantedBy = [ "ocis.service" ];
|
||||
}
|
||||
{
|
||||
what = "media";
|
||||
where = "/var/lib/jellyfin/media";
|
||||
|
|
Loading…
Add table
Reference in a new issue