treewide: add types to boolean / enable options or make use of mkEnableOption
This commit is contained in:
@@ -269,6 +269,7 @@ in
|
||||
};
|
||||
|
||||
enableSmtp = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = "Whether to enable smtp in master.cf.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user