diff --git a/hosts/server/vessel/musicomp.nix b/hosts/server/vessel/musicomp.nix index 31ad505..6c1fdae 100644 --- a/hosts/server/vessel/musicomp.nix +++ b/hosts/server/vessel/musicomp.nix @@ -28,24 +28,4 @@ /srv/compmusic/ root@wrz.one:${remoteDir} ''; }; - - systemd.services.audiocomp = { - description = "Compress and sync music"; - serviceConfig = { - Type = "oneshot"; - User = "root"; - Group = "root"; - ExecStart = lib.getExe audiocomp; - }; - }; - - systemd.timers.audiocomp = { - description = "Compress and sync music daily"; - wantedBy = ["timers.target"]; - timerConfig = { - OnCalendar = "*-*-* 03:00:00"; - Persistent = true; - Unit = "audiocomp.service"; - }; - }; }