This commit is contained in:
Eelco Dolstra 2019-06-25 14:46:04 +02:00
parent e8916cc6af
commit aef7f1b31a
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

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.
''; '';
}; };