nixos/docker-containers: Fix submodule usage

The submodule of the "docker-containers" option isn't recognized as a
proper submodule and thus neither properly type-checks nor are its
options included in the manual.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2017-10-12 02:02:19 +02:00
parent d9aa539340
commit 829566a23d
No known key found for this signature in database
GPG Key ID: 1DE8E48E57DB5436

View File

@ -6,7 +6,7 @@ let
cfg = config.docker-containers; cfg = config.docker-containers;
containerModule = { containerModule = {
script = mkOption { options.script = mkOption {
type = types.lines; type = types.lines;
description = "Shell commands executed as the service's main process."; description = "Shell commands executed as the service's main process.";
}; };