summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJaka Hudoklin <jakahudoklin@gmail.com>2014-12-11 23:35:31 +0100
committerJaka Hudoklin <jakahudoklin@gmail.com>2014-12-11 23:35:39 +0100
commit91961c2a3201c1a204ee71c261f105b75c2d5218 (patch)
tree936e5d0c8b89b5ec148d2ce3e2e0c8712aa6ee35 /nixos/tests
parent4be10897817f25336856a0a6bcd20582cb130943 (diff)
downloadnixlib-91961c2a3201c1a204ee71c261f105b75c2d5218.tar
nixlib-91961c2a3201c1a204ee71c261f105b75c2d5218.tar.gz
nixlib-91961c2a3201c1a204ee71c261f105b75c2d5218.tar.bz2
nixlib-91961c2a3201c1a204ee71c261f105b75c2d5218.tar.lz
nixlib-91961c2a3201c1a204ee71c261f105b75c2d5218.tar.xz
nixlib-91961c2a3201c1a204ee71c261f105b75c2d5218.tar.zst
nixlib-91961c2a3201c1a204ee71c261f105b75c2d5218.zip
nixos/mesos: fix typo
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/mesos.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/mesos.nix b/nixos/tests/mesos.nix
index a2b46d7d2849..4fc02d1cd3ff 100644
--- a/nixos/tests/mesos.nix
+++ b/nixos/tests/mesos.nix
@@ -3,7 +3,7 @@ import ./make-test.nix {
 
   machine = { config, pkgs, ... }: {
     services.zookeeper.enable = true;
-    virtualistaion.docker.enable = true;
+    virtualisation.docker.enable = true;
     services.mesos = {
       slave = {
         enable = true;