weilite: use one virtiofs mount
This commit is contained in:
parent
068a7fe4e7
commit
68228aca1f
1 changed files with 0 additions and 8 deletions
|
@ -91,13 +91,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.mounts = [
|
systemd.mounts = [
|
||||||
{
|
|
||||||
what = "immich";
|
|
||||||
where = "/mnt/XinPhotos/immich";
|
|
||||||
type = "virtiofs";
|
|
||||||
options = "rw,nodev,nosuid";
|
|
||||||
wantedBy = [ "immich-server.service" ];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
what = "originals";
|
what = "originals";
|
||||||
where = "/mnt/XinPhotos/originals";
|
where = "/mnt/XinPhotos/originals";
|
||||||
|
@ -111,7 +104,6 @@
|
||||||
type = "virtiofs";
|
type = "virtiofs";
|
||||||
options = "rw,nodev,nosuid";
|
options = "rw,nodev,nosuid";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
what = "/mnt/nixos/ocis";
|
what = "/mnt/nixos/ocis";
|
||||||
where = "/var/lib/ocis";
|
where = "/var/lib/ocis";
|
||||||
|
|
Loading…
Add table
Reference in a new issue