291 current 2025-10-11 12:01:16 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 12:17:56 -05:00
parent d49ed2acc3
commit 7205a6b00e

View File

@@ -131,9 +131,9 @@ in
# add to backups # add to backups
modules.system.backups.baks = lib.listToAttrs ( modules.system.backups.baks = lib.listToAttrs (
lib.mapAttrsToList (serviceName: cfg: lib.mapAttrsToList (srv_name: cfg:
{ {
name = ${service}; # attribute key name = srv_name; # attribute key
value = { paths = [ cfg.data_dir ]; }; # attribute value value = { paths = [ cfg.data_dir ]; }; # attribute value
} }
) servers ) servers