diff --git a/hosts/abacus/navidrome.nix b/hosts/abacus/navidrome.nix index c6d0ce9..01fecc3 100644 --- a/hosts/abacus/navidrome.nix +++ b/hosts/abacus/navidrome.nix @@ -10,11 +10,11 @@ in Port = 8050; MusicFolder = "/srv/music"; EnableSharing = true; - Backup = { - Path = "/srv/backup/navidrome"; - Count = 1; - Schedule = "0 2 * * *"; - }; + # Backup = { + # Path = "/srv/backup/navidrome"; + # Count = 1; + # Schedule = "0 2 * * *"; + # }; }; };