fix: change storage
This commit is contained in:
parent
04907f008d
commit
5aeacb7b41
1 changed files with 3 additions and 3 deletions
|
|
@ -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"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue