patiodeck: fix disko partition order (fixed-size before 100%)

This commit is contained in:
2026-04-24 01:47:25 -04:00
parent f3d21f16fb
commit 07a5276e40

View File

@@ -15,14 +15,6 @@
mountpoint = "/boot";
};
};
persistent = {
size = "100%";
content = {
type = "filesystem";
format = "f2fs";
mountpoint = "/persistent";
};
};
nix = {
size = "200G";
content = {
@@ -31,6 +23,14 @@
mountpoint = "/nix";
};
};
persistent = {
size = "100%";
content = {
type = "filesystem";
format = "f2fs";
mountpoint = "/persistent";
};
};
};
};
};