diff options
Diffstat (limited to 'nix/module.nix')
| -rw-r--r-- | nix/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/module.nix b/nix/module.nix index 799ae2d..ae67512 100644 --- a/nix/module.nix +++ b/nix/module.nix | |||
| @@ -43,7 +43,7 @@ let | |||
| 43 | 43 | ||
| 44 | port = mkOption { | 44 | port = mkOption { |
| 45 | type = types.port; | 45 | type = types.port; |
| 46 | default = 8080; | 46 | default = 7334; |
| 47 | description = "Port to listen on"; | 47 | description = "Port to listen on"; |
| 48 | }; | 48 | }; |
| 49 | 49 | ||