summary refs log tree commit diff
path: root/nixos/tests/borgbackup.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-02 19:25:04 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-04 00:23:54 +1000
commit8ae7f8c35998a857f57512ecb7f0fa318ca88463 (patch)
tree539277f1a0f114ead22216a3a15fcbcc00a518d1 /nixos/tests/borgbackup.nix
parent2b5659c7001f34f8ae4b0af7f5e4aa4a3328a4d7 (diff)
downloadnixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.gz
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.bz2
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.lz
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.xz
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.zst
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.zip
nixos/tests/*: editorconfig fixes
Diffstat (limited to 'nixos/tests/borgbackup.nix')
-rw-r--r--nixos/tests/borgbackup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/borgbackup.nix b/nixos/tests/borgbackup.nix
index d97471e293e..bf37eb8607b 100644
--- a/nixos/tests/borgbackup.nix
+++ b/nixos/tests/borgbackup.nix
@@ -43,7 +43,7 @@ in {
   nodes = {
     client = { ... }: {
       services.borgbackup.jobs = {
-        
+
         local = {
           paths = dataDir;
           repo = localRepo;