forked from mirrors/nixpkgs
notbit: Use the correct default port
This commit is contained in:
parent
10773e1917
commit
8915390bab
|
@ -35,7 +35,7 @@ with lib;
|
|||
|
||||
port = mkOption {
|
||||
type = types.uniq types.int;
|
||||
default = 8443;
|
||||
default = 8444;
|
||||
description = "The port which the daemon listens for other bitmessage clients";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue