nixos: add a few missing type specifiers under boot.*

This commit is contained in:
Joachim Fasting
2015-02-23 18:00:21 +01:00
parent bd81885f70
commit d375550ead
5 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ in
enable = mkOption {
default = false;
type = types.bool;
description = ''
Some systems require a /sbin/init script which is started.
Or having it makes starting NixOS easier.