diff --git a/hosts/bicep/services/mysql.nix b/hosts/bicep/services/mysql.nix index c8d8a3e..2a2a547 100644 --- a/hosts/bicep/services/mysql.nix +++ b/hosts/bicep/services/mysql.nix @@ -41,7 +41,7 @@ in services.mysqlBackup = lib.mkIf cfg.enable { enable = true; - location = "/var/lib/mysql/backups"; + location = "/var/lib/mysql-backups"; }; services.rsync-pull-targets = lib.mkIf cfg.enable {