3
0
Fork 0
forked from mirrors/nixpkgs

notbit: Use the correct default port

This commit is contained in:
William A. Kennington III 2014-05-13 20:19:27 -05:00
parent 10773e1917
commit 8915390bab

View file

@ -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";
};