cannot use label on disko partitions

This commit is contained in:
Steven 2023-03-25 21:26:06 -04:00
parent 086a5dbc08
commit 883e9c24b1

View file

@ -9,7 +9,6 @@
partitions = [
{
type = "partition";
extraArgs = "--label nixboot01";
name = "ESP";
start = "1MiB";
end = "100MiB";
@ -26,7 +25,6 @@
{
name = "swap";
type = "partition";
extraArgs = "--label nixswap01";
start = "101MiB";
end = "40960MiB";
part-type = "primary";
@ -37,7 +35,6 @@
}
{
type = "partition";
extraArgs = "--label nixpv01";
name = "luks";
start = "40960MiB";
end = "100%";