nixos-module.nix: add timer

Bu işleme şunda yer alıyor:
Astro 2020-10-28 09:09:53 +01:00
ebeveyn ac550e169f
işleme f27005e7dd
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme

Dosyayı Görüntüle

@ -99,6 +99,13 @@ in
Group = cfg.group;
};
};
systemd.timers.ticker-update = {
wantedBy = [ "multi-user.target" ];
partOf = [ "ticker-update.service" ];
timerConfig = {
OnCalendar = cfg.updateInterval;
};
};
systemd.services.ticker-serve = {
wantedBy = [ "multi-user.target" ];