types host: add monitoring bool
This commit is contained in:
parent
817efa5f9d
commit
9bd435d14c
@ -50,6 +50,14 @@ rec {
|
|||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
monitoring = mkOption {
|
||||||
|
description = ''
|
||||||
|
Whether the host should be monitored by monitoring tools like Prometheus.
|
||||||
|
'';
|
||||||
|
type = bool;
|
||||||
|
default = false;
|
||||||
|
};
|
||||||
|
|
||||||
owner = mkOption {
|
owner = mkOption {
|
||||||
type = user;
|
type = user;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user