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:
@@ -36,12 +36,7 @@ in
|
||||
|
||||
services.ircdHybrid = {
|
||||
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
description = "
|
||||
Enable IRCD.
|
||||
";
|
||||
};
|
||||
enable = mkEnableOption "IRCD";
|
||||
|
||||
serverName = mkOption {
|
||||
default = "hades.arpa";
|
||||
|
||||
Reference in New Issue
Block a user