mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-07-05 01:09:29 +02:00
service/backup: pass args as array
This commit is contained in:
parent
7481f09d92
commit
f0d997a340
1 changed files with 5 additions and 1 deletions
|
@ -128,7 +128,11 @@ in
|
|||
"/home/*/todo"
|
||||
] ++ cfg.exclude;
|
||||
|
||||
extraCreateArgs = "--exclude-caches --keep-exclude-tags --stats";
|
||||
extraCreateArgs = [
|
||||
"--exclude-caches"
|
||||
"--keep-exclude-tags"
|
||||
"--stats"
|
||||
];
|
||||
|
||||
encryption = {
|
||||
mode = "repokey-blake2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue