From aae6da4299f7eae01d1116f305cba7fc56cff1ec Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 29 Apr 2020 22:24:23 +0200 Subject: [PATCH] scrape: update freifunk node --- hosts/containers/scrape/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/containers/scrape/configuration.nix b/hosts/containers/scrape/configuration.nix index fa9cb991..e2bfc954 100644 --- a/hosts/containers/scrape/configuration.nix +++ b/hosts/containers/scrape/configuration.nix @@ -63,9 +63,9 @@ script = "freifunk_node"; host = "10.200.5.213"; }; - scrape-node1247 = makeService { + scrape-node1884 = makeService { script = "freifunk_node"; - host = "10.200.4.228"; + host = "10.200.7.100"; }; scrape-node1768 = makeService { script = "freifunk_node"; @@ -106,8 +106,8 @@ wantedBy = [ "timers.target" ]; timerConfig.OnCalendar = "minutely"; }; - systemd.timers.scrape-node1247 = { - partOf = [ "scrape-node1247.service" ]; + systemd.timers.scrape-node1884 = { + partOf = [ "scrape-node1884.service" ]; wantedBy = [ "timers.target" ]; timerConfig.OnCalendar = "minutely"; };