nixos/postfix: fix masterCf type
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
656888e1ec
commit
27dacb8b4b
@ -52,7 +52,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
type = mkOption {
|
type = mkOption {
|
||||||
type = types.enum [ "inet" "unix" "fifo" "pass" ];
|
type = types.enum [ "inet" "unix" "unix-dgram" "fifo" "pass" ];
|
||||||
default = "unix";
|
default = "unix";
|
||||||
example = "inet";
|
example = "inet";
|
||||||
description = "The type of the service";
|
description = "The type of the service";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user