Change label of the Arch boot entry properly

This commit is contained in:
Manuel Thalmann 2024-07-16 23:33:02 +02:00
parent a4099a6639
commit 2a997ab16e

View file

@ -4,8 +4,6 @@
]; ];
config = { config = {
valhalla.partition.os.partitions = { valhalla.boot.label = "Arch";
OS.label = "Arch";
};
}; };
} }