diff --git a/hosts/containers/scrape/configuration.nix b/hosts/containers/scrape/configuration.nix index d9e0c187..1c931b08 100644 --- a/hosts/containers/scrape/configuration.nix +++ b/hosts/containers/scrape/configuration.nix @@ -80,6 +80,10 @@ script = "freifunk_node"; host = "10.200.7.80"; }; + scrape-node1099 = makeService { + script = "freifunk_node"; + host = "10.200.4.80"; + }; }; systemd.timers.scrape-xeri = { partOf = [ "scrape-xeri.service" ]; @@ -131,6 +135,11 @@ wantedBy = [ "timers.target" ]; timerConfig.OnCalendar = "minutely"; }; + systemd.timers.scrape-node1099 = { + partOf = [ "scrape-node1099.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