From 70d15775b64eaa854f1cf2f80def742da764170b Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 26 Sep 2025 18:11:13 +0200 Subject: [PATCH] fixed disko stargate --- systems/x86_64-linux/stargate/disko.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/stargate/disko.nix b/systems/x86_64-linux/stargate/disko.nix index 3510ca1..0df0a34 100644 --- a/systems/x86_64-linux/stargate/disko.nix +++ b/systems/x86_64-linux/stargate/disko.nix @@ -7,7 +7,7 @@ partitions = { luks = { size = "100%"; - label = "luks"; + label = "luks-${name}"; content = { type = "luks"; inherit name;