Change label of the Arch boot entry properly

This commit is contained in:
Manuel Thalmann 2024-07-16 23:33:02 +02:00
parent 7bd2d32f4b
commit 7f7b1c7d9b

View file

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