From 31316d0e198a156d9eafcc02d8e35445cade9e53 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 18 May 2025 04:24:31 +0200 Subject: [PATCH] stuff --- hosts/abacus/navidrome.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 * * *"; + # }; }; };