diff --git a/systems/zeus/configuration.nix b/systems/zeus/configuration.nix index 4f3ab91..5176384 100644 --- a/systems/zeus/configuration.nix +++ b/systems/zeus/configuration.nix @@ -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 = {