diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-15 12:19:00 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-15 12:19:00 -0500 |
| commit | 3eeb437ed2ba5ec983eb738c7e759cbb2d445ed1 (patch) | |
| tree | 9e6e793f2c945dff613bcdec979c526a9f2c6483 /hosts/poweredge/networking.nix | |
| parent | c2079b5de000b4ac1c0aef4034c94223c83613cb (diff) | |
| download | nixos-3eeb437ed2ba5ec983eb738c7e759cbb2d445ed1.tar.xz nixos-3eeb437ed2ba5ec983eb738c7e759cbb2d445ed1.zip | |
bitcoind rpc config
Diffstat (limited to 'hosts/poweredge/networking.nix')
| -rw-r--r-- | hosts/poweredge/networking.nix | 2 |
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"; |
