auto recyclarr sync

This commit is contained in:
Chris Dombroski 2024-08-20 15:00:33 -04:00
parent d3db9105bc
commit 438d605729

View file

@ -42,6 +42,12 @@
};
networking.hostName = "zeus"; # Define your hostname.
networking.hostId = "9e95b576";
systemd.services = {
recyclarr = {
script = "${pkgs.recyclarr}/bin/recyclarr sync";
startAt = "daily";
};
};
systemd.network.netdevs = {
bond0 = {
netdevConfig = {