treewide: add types to boolean / enable options or make use of mkEnableOption
This commit is contained in:
@@ -60,6 +60,7 @@ in
|
||||
};
|
||||
|
||||
useJK = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "Whether to use to connector to the Apache HTTP server";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user