mirror of
https://github.com/nix-community/disko
synced 2024-11-15 00:27:07 +00:00
imageBuilder: add defaultText
otherwise documentation depends on the hostname to be set
This commit is contained in:
parent
0fe779905f
commit
51994df8ba
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue