Merge pull request #332554 from SuperSandro2000/postfix-config-int

This commit is contained in:
Sandro 2024-08-06 14:17:10 +02:00 committed by GitHub
commit 31a02bb482
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
'';