bicep/mysql: move backup dir

This commit is contained in:
h7x4
2026-01-27 20:47:40 +09:00
parent f442c4d65f
commit 949661113e

View File

@@ -41,7 +41,7 @@ in
services.mysqlBackup = lib.mkIf cfg.enable { services.mysqlBackup = lib.mkIf cfg.enable {
enable = true; enable = true;
location = "/var/lib/mysql/backups"; location = "/var/lib/mysql-backups";
}; };
services.rsync-pull-targets = lib.mkIf cfg.enable { services.rsync-pull-targets = lib.mkIf cfg.enable {