node_exporter: enable on vno1 subnet

This commit is contained in:
2023-09-18 19:29:27 +03:00
parent 563ccd613a
commit c822cc95c2
2 changed files with 13 additions and 4 deletions

View File

@@ -74,8 +74,11 @@ in {
};
services = {
node_exporter.enable = true;
sshguard.enable = false;
node_exporter = {
enable = true;
extraSubnets = [myData.subnets.vno1.cidr];
};
tailscale = {
enable = true;
silenceLogs = true;