modules/inventory: distributed services output reduce lexical scope
This commit is contained in:
@@ -32,16 +32,19 @@ in
|
||||
flakeInputs = mkOption {
|
||||
type = types.raw;
|
||||
};
|
||||
|
||||
directory = mkOption {
|
||||
type = types.path;
|
||||
exportsModule = mkOption {
|
||||
type = types.raw;
|
||||
};
|
||||
|
||||
distributedServices = mkOption {
|
||||
type = types.raw;
|
||||
};
|
||||
inventory = mkOption {
|
||||
type = types.raw;
|
||||
};
|
||||
directory = mkOption {
|
||||
type = types.path;
|
||||
};
|
||||
machines = mkOption {
|
||||
type = types.attrsOf (submodule ({
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user