Change, I guess?
This commit is contained in:
parent
c5d695e8a1
commit
a5bb8f8b7d
|
@ -14,6 +14,7 @@ in {
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = port;
|
type = port;
|
||||||
description = "Port on which to listen for connections.";
|
description = "Port on which to listen for connections.";
|
||||||
|
default = 3003;
|
||||||
};
|
};
|
||||||
|
|
||||||
state-directory = mkOption {
|
state-directory = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue