1
0
Fork 0

hosts/monitoring-3: add monitoring of mercury

This commit is contained in:
clerie 2023-02-24 23:47:46 +01:00
parent 0a2bb76f40
commit 2fd7a4c5aa
1 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,15 @@ let
nixos = false;
};
};
"mercury".config = {
networking.hostName = "mercury";
clerie.monitoring = {
enable = true;
id = "401";
pubkey = "jrwc4gMZh/Ss1MEXWkLhXcAp4Z++Xnl4noYIZnCfWQg=";
nixos = false;
};
};
};
monitoringHosts = filterAttrs (name: host: