1
0

hosts/tungsten: Add to monitoring and to wg-clerie

This commit is contained in:
2025-02-25 19:01:57 +01:00
parent c4f6bd926e
commit 360dbe0a07
4 changed files with 46 additions and 0 deletions

View File

@@ -19,6 +19,19 @@
networking.hostName = "tungsten";
services.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8112/128" ];
ipv4s = [ "10.20.30.112/32" ];
};
clerie.monitoring = {
enable = true;
id = "216";
pubkey = "bDmf4xndBNwzcvIGCMq6dhyzjdEZOV2ckhv/37V/PWg=";
serviceLevel = "event";
};
system.stateVersion = "25.05";
}