Merge pull request #106580 from rissson/nixos-postfix-fix-mastercf-type
nixos/postfix: fix masterCf type
This commit is contained in:
commit
21b8fe302f
@ -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