Inventory: fix options

This commit is contained in:
Johannes Kirschbauer
2024-07-17 10:55:46 +02:00
parent ef18d60286
commit 0bfba72739
5 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ in
default = null;
type = types.nullOr types.str;
};
deploymentInfo = lib.mkOption {
deploy = lib.mkOption {
default = { };
type = types.submodule {
options = {