This commit is contained in:
2025-10-17 20:10:34 -05:00
parent 3cba1640e0
commit 40f047eb1e

View File

@@ -117,7 +117,7 @@ in
lib.mapAttrsToList (srv_name: cfg:
{
name = srv_name; # attribute key
value = { paths = [ cfg.data_dir "/var/backups/${service}_db.zst" ]; }; # attribute value
value = { paths = [ cfg.data_dir "/var/backups/mysql/${service}_db.zst" ]; }; # attribute value
}
) servers
);