nixos/prayer: Add port type

wip/yesman
Fritz Otlinghaus 3 years ago
parent 4015c5ca9c
commit f0932a6c41
No known key found for this signature in database
GPG Key ID: 1E5F98946FB1444E
  1. 3
      nixos/modules/services/networking/prayer.nix

@ -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…
Cancel
Save