imageBuilder: add defaultText

otherwise documentation depends on the hostname to be set
This commit is contained in:
Jörg Thalheim 2024-09-20 16:13:28 +02:00 committed by mergify[bot]
parent 0fe779905f
commit 51994df8ba

View file

@ -80,6 +80,7 @@ in
type = lib.types.str;
description = "name for the disk images";
default = "${config.networking.hostName}-disko-images";
defaultText = "\${config.networking.hostName}-disko-images";
};
copyNixStore = lib.mkOption {