1
0

hosts/mail-2: add to monitoring

This commit is contained in:
2023-05-22 07:02:45 +02:00
parent 22ed8fff6e
commit eb611f9c57
2 changed files with 15 additions and 0 deletions

View File

@@ -18,6 +18,12 @@
networking.interfaces.ens3.ipv6.addresses = [ { address = "2a01:4f8:1c1c:9577::1"; prefixLength = 64; } ];
networking.interfaces.ens3.ipv4.addresses = [ { address = "5.75.187.112"; prefixLength = 32; } ];
clerie.monitoring = {
enable = true;
id = "215";
pubkey = "N6Q6oEJibdayQVVh3hnQTpOWFtzxUv7OQwtzXc3LXjw=";
};
system.stateVersion = "22.11";
}