k 3 monit: allow path or str for alarms & test

This commit is contained in:
lassulus 2017-03-07 19:25:03 +01:00
parent fd6c056a72
commit 5fe56a99b8

View File

@ -49,10 +49,10 @@ let
type = with types; attrsOf (submodule {
options = {
test = mkOption {
type = path;
type = either path str;
};
alarm = mkOption {
type = path;
type = either path str;
};
interval = mkOption {
type = str;