fix path
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user