nixos/prayer: Add port type
This commit is contained in:
parent
4015c5ca9c
commit
f0932a6c41
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue