Merge pull request #111428 from helsinki-systems/prayer
nixos/prayer: Add port type
This commit is contained in:
commit
1b77b735ea
@ -44,7 +44,8 @@ in
|
||||
enable = mkEnableOption "the prayer webmail http server";
|
||||
|
||||
port = mkOption {
|
||||
default = "2080";
|
||||
default = 2080;
|
||||
type = types.port;
|
||||
description = ''
|
||||
Port the prayer http server is listening to.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user