Merge branch 'main' into machine-id-option

This commit is contained in:
pinpox
2025-06-24 11:12:24 +00:00
4 changed files with 59 additions and 11 deletions

View File

@@ -393,6 +393,12 @@ in
options.name = lib.mkOption {
type = types.str;
default = name;
defaultText = "<Name of the Instance>";
description = ''
Attribute of the clan service module imported from the chosen input.
Defaults to the name of the instance.
'';
};
};
default = { };