nixos/manual: fix build

This commit is contained in:
Piotr Bogdan 2020-04-22 16:56:44 +01:00
parent 4340329136
commit 830733db24

View File

@ -442,7 +442,7 @@ in
Whether this NixOS machine is a lightweight container running Whether this NixOS machine is a lightweight container running
in another NixOS system. If set to true, support for nested in another NixOS system. If set to true, support for nested
containers is disabled by default, but can be reenabled by containers is disabled by default, but can be reenabled by
setting <config>boot.enableContainers</config> to true. setting <option>boot.enableContainers</option> to true.
''; '';
}; };