From 8915390baba34222e61af7e9172dd141fa8f653a Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 13 May 2014 20:19:27 -0500 Subject: notbit: Use the correct default port --- nixos/modules/services/networking/notbit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/networking/notbit.nix b/nixos/modules/services/networking/notbit.nix index b97435042395..63a332893461 100644 --- a/nixos/modules/services/networking/notbit.nix +++ b/nixos/modules/services/networking/notbit.nix @@ -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"; }; -- cgit 1.4.1