rtl: change default port from 3000 to 3001
Avoid conflict with lamassu-server which also defaults to port 3000. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9d2884b6f7
commit
ebd13a2c87
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
};
|
||||
port = mkOption {
|
||||
type = types.port;
|
||||
default = 3000;
|
||||
default = 3001;
|
||||
description = "HTTP server port.";
|
||||
};
|
||||
dataDir = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue