diff --git a/data/storage.nix b/data/storage.nix index d8f72e9..0342284 100644 --- a/data/storage.nix +++ b/data/storage.nix @@ -11,10 +11,10 @@ rec { source = "/dev/disk/by-uuid/a3ffb02e-fe9f-4bce-bd94-af0294ebff8f"; options = ["noatime"]; }; - matrix-storage = { - path = "/var/lib/continuwuity"; + varlib-storage = { + path = "/var/lib"; type = "none"; - source = "${ssd.path}/continuwuity"; + source = "${ssd.path}/lib"; options = ["bind"]; }; }