diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-09-15 08:57:05 -0700 | 
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-09-15 08:57:05 -0700 | 
| commit | 123335f725eb5c7603e45f9ab4e6bcec46c21eae (patch) | |
| tree | 69f0f3cc598f09a7e3edbcf9a428854fccbf5569 | |
| parent | ed675bc29aa0688068c6d6d78e6f3c0012739d34 (diff) | |
| download | nix-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 @arrakis
| -rw-r--r-- | hosts/arrakis/services.nix | 2 | 
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; | 
