mkDisableOption isn't a thing
This commit is contained in:
parent
56ed59014a
commit
0a8548decc
|
@ -94,7 +94,11 @@ in {
|
|||
};
|
||||
|
||||
policy-spf = {
|
||||
enable = mkDisableOption "Enable Sender Policy Framework checking.";
|
||||
enable = mkOption {
|
||||
type = bool;
|
||||
description = "Enable Sender Policy Framework checking.";
|
||||
default = true;
|
||||
};
|
||||
|
||||
extra-config = mkOption {
|
||||
type = str;
|
||||
|
|
Loading…
Reference in New Issue