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
+1 -1
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.
'';