From 883e9c24b182a9bf6f2ffae27cfa5fcea6669d57 Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 25 Mar 2023 21:26:06 -0400 Subject: [PATCH] cannot use label on disko partitions --- .modules/disko/luks-lvm.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/.modules/disko/luks-lvm.nix b/.modules/disko/luks-lvm.nix index 59e3b84..6b72fe0 100644 --- a/.modules/disko/luks-lvm.nix +++ b/.modules/disko/luks-lvm.nix @@ -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%";