From c8d2fe1d29ecee26f8a0e0ba00fccb587d520fd0 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 29 May 2025 22:45:16 -0500 Subject: hosts/ades/live: Make boot menu label more descriptive --- hosts/ades/iso.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/ades/iso.nix b/hosts/ades/iso.nix index 63c48d9..79db210 100644 --- a/hosts/ades/iso.nix +++ b/hosts/ades/iso.nix @@ -22,7 +22,6 @@ let in rec { imports = [ - (modulesPath + "/profiles/all-hardware.nix") (modulesPath + "/installer/cd-dvd/iso-image.nix") ]; @@ -32,6 +31,9 @@ rec { makeUsbBootable = true; isoBaseName = lib.mkImageMediaOverride "nixos-styx"; + + prependToMenuLabel = "Ades ("; + appendToMenuLabel = ") Live System"; }; swapDevices = lib.mkImageMediaOverride []; -- cgit v1.2.3