summary refs log tree commit diff
path: root/nixos/tests/mysql.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-28 16:16:57 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-28 16:18:31 +0100
commitda2a336a3c79c6cd302fde4801c5d1cbc31c9f19 (patch)
treec36728c6bcf3c873381aa64ce86c947947f55f08 /nixos/tests/mysql.nix
parent4c2d1184fae99797476c3ad7847d83510ad05cd3 (diff)
downloadnixpkgs-da2a336a3c79c6cd302fde4801c5d1cbc31c9f19.tar
nixpkgs-da2a336a3c79c6cd302fde4801c5d1cbc31c9f19.tar.gz
nixpkgs-da2a336a3c79c6cd302fde4801c5d1cbc31c9f19.tar.bz2
nixpkgs-da2a336a3c79c6cd302fde4801c5d1cbc31c9f19.tar.lz
nixpkgs-da2a336a3c79c6cd302fde4801c5d1cbc31c9f19.tar.xz
nixpkgs-da2a336a3c79c6cd302fde4801c5d1cbc31c9f19.tar.zst
nixpkgs-da2a336a3c79c6cd302fde4801c5d1cbc31c9f19.zip
Remove tabs
Diffstat (limited to 'nixos/tests/mysql.nix')
-rw-r--r--nixos/tests/mysql.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/mysql.nix b/nixos/tests/mysql.nix
index abdd3909221..bceeb8beabc 100644
--- a/nixos/tests/mysql.nix
+++ b/nixos/tests/mysql.nix
@@ -7,8 +7,8 @@
 
       {
         services.mysql.enable = true;
-	services.mysql.replication.role = "master";
-	services.mysql.initialDatabases = [ { name = "testdb"; schema = ./testdb.sql; } ];
+        services.mysql.replication.role = "master";
+        services.mysql.initialDatabases = [ { name = "testdb"; schema = ./testdb.sql; } ];
         services.mysql.package = pkgs.mysql;
       };
   };