This commit is contained in:
Eelco Dolstra
2019-06-25 14:46:04 +02:00
parent e8916cc6af
commit aef7f1b31a
+1 -1
View File
@@ -445,7 +445,7 @@ in
type = types.bool; type = types.bool;
default = !config.boot.isContainer; default = !config.boot.isContainer;
description = '' description = ''
Whether to enable support for nixos containers. Whether to enable support for NixOS containers.
''; '';
}; };