feat: support new partition

This commit is contained in:
Katharina Heidenreich 2026-03-14 17:08:57 +01:00
parent 5aeacb7b41
commit cb6c25e02d

View file

@ -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"];
}; };
} }