modules/monitoring: add sing-box monitoring
This commit is contained in:
parent
e4fd9e8b23
commit
dacd22b7d2
6 changed files with 69 additions and 0 deletions
|
@ -57,6 +57,13 @@ in
|
|||
default = "${config.networking.hostName}.coho-tet.ts.net";
|
||||
};
|
||||
};
|
||||
v2ray = {
|
||||
enable = mkEnableOption "blackbox exporter";
|
||||
listenAddress = mkOption {
|
||||
type = types.str;
|
||||
default = "${config.networking.hostName}.coho-tet.ts.net";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue