auto recyclarr sync
This commit is contained in:
parent
d3db9105bc
commit
438d605729
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue