aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-09-15 08:57:05 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-09-15 08:57:05 -0700
commit123335f725eb5c7603e45f9ab4e6bcec46c21eae (patch)
tree69f0f3cc598f09a7e3edbcf9a428854fccbf5569
parented675bc29aa0688068c6d6d78e6f3c0012739d34 (diff)
downloadnix-123335f725eb5c7603e45f9ab4e6bcec46c21eae.tar
nix-123335f725eb5c7603e45f9ab4e6bcec46c21eae.tar.gz
nix-123335f725eb5c7603e45f9ab4e6bcec46c21eae.tar.bz2
nix-123335f725eb5c7603e45f9ab4e6bcec46c21eae.tar.lz
nix-123335f725eb5c7603e45f9ab4e6bcec46c21eae.tar.xz
nix-123335f725eb5c7603e45f9ab4e6bcec46c21eae.tar.zst
nix-123335f725eb5c7603e45f9ab4e6bcec46c21eae.zip
Allow bitcoind port @arrakisHEADmaster
-rw-r--r--hosts/arrakis/services.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 05e8836..57542d9 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -5,7 +5,7 @@
directory = *
'';
- networking.firewall.allowedTCPPorts = [ 2049 ];
+ networking.firewall.allowedTCPPorts = [ 2049 8333 ];
security.acme = {
acceptTerms = true;