Disable mopidy-youtube caching
This commit is contained in:
@@ -138,16 +138,6 @@ with pkgs;
|
||||
after = [ "network-online.target" ];
|
||||
};
|
||||
|
||||
# Clean up Mopidy cache monthly
|
||||
systemd.services.mopidy-cleanup = {
|
||||
description = "Clean up Mopidy cache monthly";
|
||||
path = [ coreutils ];
|
||||
script = "${pkgs.coreutils}/bin/rm -rf /var/lib/mopidy/.cache/*";
|
||||
serviceConfig.Type = "oneshot";
|
||||
startAt = "*-*-15 14:00:00";
|
||||
after = [ "network-online.target" ];
|
||||
};
|
||||
|
||||
# Pull changes from zion daily
|
||||
systemd.user.services.zion-pull = {
|
||||
description = "Pull zion changes to git";
|
||||
|
||||
Reference in New Issue
Block a user