summary refs log tree commit diff
path: root/nixos/modules/virtualisation
diff options
context:
space:
mode:
authormkenigs <40775676+mkenigs@users.noreply.github.com>2019-05-22 08:40:01 -0700
committerGitHub <noreply@github.com>2019-05-22 08:40:01 -0700
commit42232ebea405a1b1ff4692bd0f33b131e4eadf08 (patch)
tree8841897c01ca69ab200ccb27dcfa114db9b6e3e6 /nixos/modules/virtualisation
parent42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be (diff)
downloadnixpkgs-42232ebea405a1b1ff4692bd0f33b131e4eadf08.tar
nixpkgs-42232ebea405a1b1ff4692bd0f33b131e4eadf08.tar.gz
nixpkgs-42232ebea405a1b1ff4692bd0f33b131e4eadf08.tar.bz2
nixpkgs-42232ebea405a1b1ff4692bd0f33b131e4eadf08.tar.lz
nixpkgs-42232ebea405a1b1ff4692bd0f33b131e4eadf08.tar.xz
nixpkgs-42232ebea405a1b1ff4692bd0f33b131e4eadf08.tar.zst
nixpkgs-42232ebea405a1b1ff4692bd0f33b131e4eadf08.zip
docker: fix typo
Diffstat (limited to 'nixos/modules/virtualisation')
-rw-r--r--nixos/modules/virtualisation/docker.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/virtualisation/docker.nix b/nixos/modules/virtualisation/docker.nix
index ba04dfd5794..7d196a46276 100644
--- a/nixos/modules/virtualisation/docker.nix
+++ b/nixos/modules/virtualisation/docker.nix
@@ -46,8 +46,8 @@ in
         description =
           ''
             When enabled dockerd is started on boot. This is required for
-            container, which are created with the
-            <literal>--restart=always</literal> flag, to work. If this option is
+            containers which are created with the
+            <literal>--restart=always</literal> flag to work. If this option is
             disabled, docker might be started on demand by socket activation.
           '';
       };