summaryrefslogtreecommitdiff
path: root/hosts/poweredge/networking.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-06-15 12:19:00 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-06-15 12:19:00 -0500
commit3eeb437ed2ba5ec983eb738c7e759cbb2d445ed1 (patch)
tree9e6e793f2c945dff613bcdec979c526a9f2c6483 /hosts/poweredge/networking.nix
parentc2079b5de000b4ac1c0aef4034c94223c83613cb (diff)
downloadnixos-3eeb437ed2ba5ec983eb738c7e759cbb2d445ed1.tar.xz
nixos-3eeb437ed2ba5ec983eb738c7e759cbb2d445ed1.zip
bitcoind rpc config
Diffstat (limited to 'hosts/poweredge/networking.nix')
-rw-r--r--hosts/poweredge/networking.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/poweredge/networking.nix b/hosts/poweredge/networking.nix
index c5084a3..8b84645 100644
--- a/hosts/poweredge/networking.nix
+++ b/hosts/poweredge/networking.nix
@@ -75,7 +75,7 @@ in { config, ... }: {
};
# NAT (port-forwarding) rules
nat.forwardPorts =[
- { # Bitcoin
+ { # Bitcoin p2p
sourcePort = 8333;
proto = "tcp";
destination = "192.168.1.44:8333";