From 830733db24719e04f1cff9287d2065d573acd5d6 Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Wed, 22 Apr 2020 16:56:44 +0100 Subject: [PATCH] nixos/manual: fix build --- nixos/modules/virtualisation/nixos-containers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/nixos-containers.nix b/nixos/modules/virtualisation/nixos-containers.nix index 4f5be91939d..016d68ea301 100644 --- a/nixos/modules/virtualisation/nixos-containers.nix +++ b/nixos/modules/virtualisation/nixos-containers.nix @@ -442,7 +442,7 @@ in Whether this NixOS machine is a lightweight container running in another NixOS system. If set to true, support for nested containers is disabled by default, but can be reenabled by - setting boot.enableContainers to true. + setting to true. ''; };