jellfin cronjobs

This commit is contained in:
2024-06-14 15:17:11 -06:00
parent a24ed21f39
commit 36cb54390f
3 changed files with 36 additions and 27 deletions

View File

@@ -146,31 +146,6 @@ in {
'';
};
};
systemd = {
services = {
# sub-sync = {
# restartIfChanged = true;
# description = "syncronizes subtitles downloaded & modified today";
# wantedBy = [ "default.target" ];
# path = [ pkgs.bash pkgs.nix jawzSubs ];
# serviceConfig = {
# Restart = "on-failure";
# RestartSec = 30;
# ExecStart = "${jawzSubs}/bin/sub-sync all";
# Type = "forking";
# User = "root";
# };
# };
};
timers = {
# sub-sync = {
# enable = true;
# description = "syncronizes subtitles downloaded & modified today";
# wantedBy = [ "timers.target" ];
# timerConfig = { OnCalendar = "22:00"; };
# };
};
};
networking = {
firewall = let open_firewall_ports = [ config.services.paperless.port ];