summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-11-22 17:23:53 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-11-23 08:42:51 +1000
commitdbbd289982ba87aea30453b1e6fb37f33e6bdb72 (patch)
treed61cff494a9a49b8468faec15df34c023449b35a /nixos/tests
parentbbcbaeb54d1d08783771f886e04cf8e8afc82651 (diff)
downloadnixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.gz
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.bz2
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.lz
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.xz
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.zst
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.zip
nixos/*: fix indentation
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/morty.nix6
-rw-r--r--nixos/tests/quorum.nix2
-rw-r--r--nixos/tests/rspamd.nix2
3 files changed, 5 insertions, 5 deletions
diff --git a/nixos/tests/morty.nix b/nixos/tests/morty.nix
index ff30b7c072b..924dce2717e 100644
--- a/nixos/tests/morty.nix
+++ b/nixos/tests/morty.nix
@@ -12,9 +12,9 @@ import ./make-test-python.nix ({ pkgs, ... }:
       { ... }:
       { services.morty = {
         enable = true;
-	key = "78a9cd0cfee20c672f78427efb2a2a96036027f0";
-	port = 3001;
-	};
+        key = "78a9cd0cfee20c672f78427efb2a2a96036027f0";
+        port = 3001;
+        };
       };
 
     };
diff --git a/nixos/tests/quorum.nix b/nixos/tests/quorum.nix
index 846d2a93018..d5906806a0a 100644
--- a/nixos/tests/quorum.nix
+++ b/nixos/tests/quorum.nix
@@ -55,7 +55,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
         parentHash =
           "0x0000000000000000000000000000000000000000000000000000000000000000";
         timestamp = "0x5cffc201";
-		  };
+      };
      };
     };
   };
diff --git a/nixos/tests/rspamd.nix b/nixos/tests/rspamd.nix
index bf3f0de6204..6eaa02ef429 100644
--- a/nixos/tests/rspamd.nix
+++ b/nixos/tests/rspamd.nix
@@ -209,7 +209,7 @@ in
               return false
             end,
             score = 5.0,
-	          description = 'Allow no cows',
+            description = 'Allow no cows',
             group = "cows",
           }
           rspamd_logger.infox(rspamd_config, 'Work dammit!!!')