mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-07-05 09:19:28 +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"
|
"/home/*/todo"
|
||||||
] ++ cfg.exclude;
|
] ++ cfg.exclude;
|
||||||
|
|
||||||
extraCreateArgs = "--exclude-caches --keep-exclude-tags --stats";
|
extraCreateArgs = [
|
||||||
|
"--exclude-caches"
|
||||||
|
"--keep-exclude-tags"
|
||||||
|
"--stats"
|
||||||
|
];
|
||||||
|
|
||||||
encryption = {
|
encryption = {
|
||||||
mode = "repokey-blake2";
|
mode = "repokey-blake2";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue