treewide: add bool type to enable options, or make use of mkEnableOption
Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
This commit is contained in:
@@ -16,12 +16,7 @@ in
|
||||
|
||||
services.quassel = {
|
||||
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to run the Quassel IRC client daemon.
|
||||
'';
|
||||
};
|
||||
enable = mkEnableOption "the Quassel IRC client daemon";
|
||||
|
||||
certificateFile = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
|
||||
Reference in New Issue
Block a user