291 current 2025-10-11 12:01:16 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -131,9 +131,9 @@ in
|
||||
|
||||
# add to backups
|
||||
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
|
||||
}
|
||||
) servers
|
||||
|
||||
Reference in New Issue
Block a user