Merge pull request #111420 from helsinki-systems/mailpile
nixos/mailpile add types switch port to port type
This commit is contained in:
commit
49f5e8799b
@ -21,11 +21,13 @@ in
|
||||
enable = mkEnableOption "Mailpile the mail client";
|
||||
|
||||
hostname = mkOption {
|
||||
type = types.str;
|
||||
default = "localhost";
|
||||
description = "Listen to this hostname or ip.";
|
||||
};
|
||||
port = mkOption {
|
||||
default = "33411";
|
||||
type = types.port;
|
||||
default = 33411;
|
||||
description = "Listen on this port.";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user