diff --git a/hosts/containers/scrape/configuration.nix b/hosts/containers/scrape/configuration.nix index e214e164..fa9cb991 100644 --- a/hosts/containers/scrape/configuration.nix +++ b/hosts/containers/scrape/configuration.nix @@ -71,6 +71,10 @@ script = "freifunk_node"; host = "10.200.6.239"; }; + scrape-node1176 = makeService { + script = "freifunk_node"; + host = "10.200.7.80"; + }; }; systemd.timers.scrape-xeri = { partOf = [ "scrape-xeri.service" ]; @@ -112,6 +116,11 @@ wantedBy = [ "timers.target" ]; timerConfig.OnCalendar = "minutely"; }; + systemd.timers.scrape-node1176 = { + partOf = [ "scrape-node1176.service" ]; + wantedBy = [ "timers.target" ]; + timerConfig.OnCalendar = "minutely"; + }; # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database