l 3 hosts: filter unmanaged hosts
This commit is contained in:
parent
a9f0332f9c
commit
fa08ca88de
@ -6,7 +6,7 @@ with import <stockholm/lib>;
|
|||||||
options.lass.hosts = mkOption {
|
options.lass.hosts = mkOption {
|
||||||
type = types.attrsOf types.host;
|
type = types.attrsOf types.host;
|
||||||
default =
|
default =
|
||||||
filterAttrs (_: host: host.owner.name == "lass")
|
filterAttrs (_: host: host.owner.name == "lass" && host.managed)
|
||||||
config.krebs.hosts;
|
config.krebs.hosts;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user