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:
@@ -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.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user