fix illegal module options
This commit is contained in:
@@ -27,7 +27,7 @@ in {
|
||||
kernel = {
|
||||
src = mkOption { type = types.package; } ;
|
||||
modular = mkOption {
|
||||
type = types.boolean;
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = "support loadable kernel modules";
|
||||
};
|
||||
|
Reference in New Issue
Block a user