notbit: Use the correct default port
This commit is contained in:
@@ -35,7 +35,7 @@ with lib;
|
|||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = types.uniq types.int;
|
type = types.uniq types.int;
|
||||||
default = 8443;
|
default = 8444;
|
||||||
description = "The port which the daemon listens for other bitmessage clients";
|
description = "The port which the daemon listens for other bitmessage clients";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user