scrape: remove luftdaten

This commit is contained in:
Astro 2020-04-17 02:13:12 +02:00
parent 7260bbe3c6
commit b163f350de
1 changed files with 0 additions and 9 deletions

View File

@ -45,10 +45,6 @@
script = "xerox";
host = "roxi.hq.c3d2.de";
};
scrape-luftdaten = makeService {
script = "luftdaten";
host = "";
};
scrape-fhem = makeService {
script = "fhem";
host = "fhem.hq.c3d2.de";
@ -86,11 +82,6 @@
wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = "minutely";
};
systemd.timers.scrape-luftdaten = {
partOf = [ "scrape-luftdaten.service" ];
wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = "minutely";
};
systemd.timers.scrape-fhem = {
partOf = [ "scrape-fhem.service" ];
wantedBy = [ "timers.target" ];