This commit is contained in:
Bryan Ramos 2026-03-12 16:00:55 -04:00
parent 91804d1407
commit b8b25478e9

View file

@ -4,7 +4,7 @@ with lib;
let
cfg = config.modules.system.backup;
recipientArgs = concatMapStrings (r: "-r '${r}' ") cfg.recipients;
recipientArgs = concatMapStrings (r: "-r '${lib.strings.trim r}' ") cfg.recipients;
# Convert absolute paths to relative for tar, preserving structure
# e.g., /var/lib/forgejo -> var/lib/forgejo