cluster/services/locksmith: fix default values
This commit is contained in:
parent
ceba7852da
commit
cf93588840
2 changed files with 3 additions and 0 deletions
|
@ -42,9 +42,11 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ in
|
||||||
{
|
{
|
||||||
options.services.locksmith.waitForSecrets = lib.mkOption {
|
options.services.locksmith.waitForSecrets = lib.mkOption {
|
||||||
type = with lib.types; attrsOf (listOf str);
|
type = with lib.types; attrsOf (listOf str);
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkMerge [
|
config = lib.mkMerge [
|
||||||
|
|
Loading…
Reference in a new issue