From 27dacb8b4b2430a38f36cf9aa4e0c8470e4841da Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 10 Dec 2020 18:49:05 +0100 Subject: nixos/postfix: fix masterCf type Signed-off-by: Marc 'risson' Schmitt --- nixos/modules/services/mail/postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/mail/postfix.nix') diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix index 319b3b63844..795a76f748a 100644 --- a/nixos/modules/services/mail/postfix.nix +++ b/nixos/modules/services/mail/postfix.nix @@ -52,7 +52,7 @@ let }; type = mkOption { - type = types.enum [ "inet" "unix" "fifo" "pass" ]; + type = types.enum [ "inet" "unix" "unix-dgram" "fifo" "pass" ]; default = "unix"; example = "inet"; description = "The type of the service"; -- cgit 1.4.1