fix: change storage

This commit is contained in:
Katharina Heidenreich 2026-03-14 15:25:57 +01:00
parent 04907f008d
commit 5aeacb7b41

View file

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