Skip to content

Commit

Permalink
imageBuilder: add defaultText
Browse files Browse the repository at this point in the history
otherwise documentation depends on the hostname to be set
  • Loading branch information
Mic92 authored and mergify[bot] committed Sep 20, 2024
1 parent 0fe7799 commit 51994df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 51994df

Please sign in to comment.