From 7f7b1c7d9b747dc1569512e94c4b0fe18a65288a Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 16 Jul 2024 23:33:02 +0200 Subject: [PATCH] Change label of the Arch boot entry properly --- profiles/Generic/Arch/config.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profiles/Generic/Arch/config.nix b/profiles/Generic/Arch/config.nix index 98992698..6d33cf8a 100644 --- a/profiles/Generic/Arch/config.nix +++ b/profiles/Generic/Arch/config.nix @@ -4,8 +4,6 @@ ]; config = { - valhalla.partition.os.partitions = { - OS.label = "Arch"; - }; + valhalla.boot.label = "Arch"; }; }