summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ades/iso.nix4
1 files changed, 3 insertions, 1 deletions
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 [];