fmt: run formatter

This commit is contained in:
ibizaman 2025-11-01 15:31:48 +01:00
parent e74e71ccef
commit 7904aa2556

View file

@ -325,10 +325,12 @@ in
repo = instance.settings.repository.path;
dumpCommand = lib.getExe (pkgs.writeShellApplication {
name = "dump-command";
text = instance.request.backupCmd;
});
dumpCommand = lib.getExe (
pkgs.writeShellApplication {
name = "dump-command";
text = instance.request.backupCmd;
}
);
encryption.mode = "repokey-blake2";
# We do not set encryption.passphrase here, we set BORG_PASSPHRASE_FD further down.