1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-18 15:39:46 +03:00

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.