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