fmt: run formatter
This commit is contained in:
parent
e74e71ccef
commit
7904aa2556
1 changed files with 6 additions and 4 deletions
|
|
@ -325,10 +325,12 @@ in
|
||||||
|
|
||||||
repo = instance.settings.repository.path;
|
repo = instance.settings.repository.path;
|
||||||
|
|
||||||
dumpCommand = lib.getExe (pkgs.writeShellApplication {
|
dumpCommand = lib.getExe (
|
||||||
name = "dump-command";
|
pkgs.writeShellApplication {
|
||||||
text = instance.request.backupCmd;
|
name = "dump-command";
|
||||||
});
|
text = instance.request.backupCmd;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
encryption.mode = "repokey-blake2";
|
encryption.mode = "repokey-blake2";
|
||||||
# We do not set encryption.passphrase here, we set BORG_PASSPHRASE_FD further down.
|
# We do not set encryption.passphrase here, we set BORG_PASSPHRASE_FD further down.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue