Unverified Commit 31a02bb4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 1364c767 2862350f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
        '';