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.hostName = "zeus"; # Define your hostname.
networking.hostId = "9e95b576"; networking.hostId = "9e95b576";
systemd.services = {
recyclarr = {
script = "${pkgs.recyclarr}/bin/recyclarr sync";
startAt = "daily";
};
};
systemd.network.netdevs = { systemd.network.netdevs = {
bond0 = { bond0 = {
netdevConfig = { netdevConfig = {