mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fix
This commit is contained in:
parent
91804d1407
commit
b8b25478e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue