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:
parent
bd81885f70
commit
d375550ead
5 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue