diff --git a/machines/weilite/default.nix b/machines/weilite/default.nix index d3e8de7..9d7aee5 100644 --- a/machines/weilite/default.nix +++ b/machines/weilite/default.nix @@ -91,13 +91,6 @@ }; systemd.mounts = [ - { - what = "immich"; - where = "/mnt/XinPhotos/immich"; - type = "virtiofs"; - options = "rw,nodev,nosuid"; - wantedBy = [ "immich-server.service" ]; - } { what = "originals"; where = "/mnt/XinPhotos/originals"; @@ -111,7 +104,6 @@ type = "virtiofs"; options = "rw,nodev,nosuid"; } - { what = "/mnt/nixos/ocis"; where = "/var/lib/ocis";