From 985b8e1123794323940fdb3ac06671a96c47709f Mon Sep 17 00:00:00 2001 From: garionion Date: Mon, 12 Apr 2021 14:03:26 +0200 Subject: [PATCH] minor improvements --- hosts/dyon/configuration.nix | 2 +- hosts/kaon/monitoring.nix | 2 +- hosts/pion/wireguard.nix | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/dyon/configuration.nix b/hosts/dyon/configuration.nix index 6338338..bff1190 100644 --- a/hosts/dyon/configuration.nix +++ b/hosts/dyon/configuration.nix @@ -26,7 +26,7 @@ clerie.monitoring = { enable = true; - id = "201"; + id = "35"; privKeyFile = "/run/keys/wg-dyon_priv"; pubkey = "4faakn5yfzukxRwo79iTawag4jzAFkErXHLeEvtoLCc="; }; diff --git a/hosts/kaon/monitoring.nix b/hosts/kaon/monitoring.nix index e1af069..9b1a8a8 100644 --- a/hosts/kaon/monitoring.nix +++ b/hosts/kaon/monitoring.nix @@ -55,7 +55,7 @@ in { static_configs = [ { targets = [ - "monitoring-1.mon.entr0py.de:9090" + "[::1]:9090" ]; } ]; diff --git a/hosts/pion/wireguard.nix b/hosts/pion/wireguard.nix index e38045a..3a82d7a 100644 --- a/hosts/pion/wireguard.nix +++ b/hosts/pion/wireguard.nix @@ -25,7 +25,6 @@ peers = [{ publicKey = "bgWFMIasw+IHfr/1drJWEHBcsCZ3fqoB4djiZ9BDUCM="; allowedIPs = [ "2a03:4000:20:18e::/64" "fd33:ab07:f877:23:300::1/72" ]; - endpoint = "usg.net.entr0py.de:52820"; persistentKeepalive = 25; }]; };