weilite: add back ocis volume

This commit is contained in:
xinyangli 2024-12-22 09:11:41 +08:00
parent fde693bfe0
commit d31c7ad8a7
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE

View file

@ -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";