From bdbe54a3f83db9503c1941e039bf3920a9576cf7 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 26 Feb 2023 19:40:19 +0100 Subject: [PATCH] hosts/_iso: customize baseName --- hosts/_iso/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/_iso/configuration.nix b/hosts/_iso/configuration.nix index a733537..f2c62a5 100644 --- a/hosts/_iso/configuration.nix +++ b/hosts/_iso/configuration.nix @@ -6,4 +6,5 @@ ]; networking.hostName = "isowo"; + isoImage.isoBaseName = "nixos-isowo"; }