about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-25 17:37:58 +0200
committerMarek Mahut <marek.mahut@gmail.com>2019-08-25 18:33:13 +0200
commitf6ced211e68cd1b00cb3df98504d778d191fdd58 (patch)
treea1b0d01a050b8482e0a2498db39cbde8f2c6fddf /nixos
parentc0cd8e33c80b788f016b603756d43632f4e84eae (diff)
downloadnixlib-f6ced211e68cd1b00cb3df98504d778d191fdd58.tar
nixlib-f6ced211e68cd1b00cb3df98504d778d191fdd58.tar.gz
nixlib-f6ced211e68cd1b00cb3df98504d778d191fdd58.tar.bz2
nixlib-f6ced211e68cd1b00cb3df98504d778d191fdd58.tar.lz
nixlib-f6ced211e68cd1b00cb3df98504d778d191fdd58.tar.xz
nixlib-f6ced211e68cd1b00cb3df98504d778d191fdd58.tar.zst
nixlib-f6ced211e68cd1b00cb3df98504d778d191fdd58.zip
nixos/jormungandr: changing the port to match upstream
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/jormungandr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/jormungandr.nix b/nixos/modules/services/networking/jormungandr.nix
index c1a16a316b7a..0c66b85fe8a5 100644
--- a/nixos/modules/services/networking/jormungandr.nix
+++ b/nixos/modules/services/networking/jormungandr.nix
@@ -13,7 +13,7 @@ let
   configSettings = {
     storage = dataDir;
     p2p = {
-      public_address = "/ip4/127.0.0.1/tcp/8606";
+      public_address = "/ip4/127.0.0.1/tcp/8299";
       messages = "high";
       blocks = "high";
     };