waagent: support AutoUpdate.UpdateToLatestVersion in module

This commit is contained in:
codgician
2025-05-07 17:07:53 +08:00
parent e8da861e12
commit 16a7d7e982
+2 -2
View File
@@ -228,11 +228,11 @@ let
};
};
AutoUpdate.Enable = lib.mkOption {
AutoUpdate.UpdateToLatestVersion = lib.mkOption {
type = types.bool;
default = false;
description = ''
Whether or not to enable autoupdate for goal state processing.
Whether or not to enable auto-update of the Extension Handler.
'';
};
};