Merge pull request #332554 from SuperSandro2000/postfix-config-int
This commit is contained in:
@@ -484,7 +484,7 @@ in
|
||||
};
|
||||
|
||||
config = mkOption {
|
||||
type = with types; attrsOf (oneOf [ bool str (listOf str) ]);
|
||||
type = with types; attrsOf (oneOf [ bool int str (listOf str) ]);
|
||||
description = ''
|
||||
The main.cf configuration file as key value set.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user