From 51994df8ba24d5db5459ccf17b6494643301ad28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 20 Sep 2024 16:13:28 +0200 Subject: [PATCH] imageBuilder: add defaultText otherwise documentation depends on the hostname to be set --- module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/module.nix b/module.nix index 00794240..e4479101 100644 --- a/module.nix +++ b/module.nix @@ -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 {