feat: support new partition
This commit is contained in:
parent
5aeacb7b41
commit
cb6c25e02d
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ rec {
|
||||||
varlib-storage = {
|
varlib-storage = {
|
||||||
path = "/var/lib";
|
path = "/var/lib";
|
||||||
type = "none";
|
type = "none";
|
||||||
source = "${ssd.path}/lib";
|
source = "/dev/disk/by-uuid/c9aacddc-00ab-4d36-8a04-1051586b071c";
|
||||||
options = ["bind"];
|
options = ["defaults" "noatime"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue