diff options
Diffstat (limited to 'os/srv/monero.nix')
| -rw-r--r-- | os/srv/monero.nix | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/os/srv/monero.nix b/os/srv/monero.nix index 6b50e1d..eb21abc 100644 --- a/os/srv/monero.nix +++ b/os/srv/monero.nix @@ -81,24 +81,24 @@ in }; services.tor = lib.mkIf cfg.service.tor.enable { - onionServices."xmr-rpc" = { - to = [ - { - port = 18081; - address = config.os.core.network.ips.vm9-relays; - } - ]; - }; + # onionServices."xmr-rpc" = { + # to = [ + # { + # port = 18081; + # address = config.os.core.network.ips.relay-vm; + # } + # ]; + # }; }; services.i2pd = lib.mkIf cfg.service.i2p.enable { - tunnels.server."xmr-rpc" = { - port = 18081; - address = config.os.core.network.ips.vm9-relays; - keys = "xmr-rpc-key.dat"; - inbound.length = 3; - outbound.length = 3; - }; + # tunnels.server."xmr-rpc" = { + # port = 18081; + # address = config.os.core.network.ips.relay-vm; + # keys = "xmr-rpc-key.dat"; + # inbound.length = 3; + # outbound.length = 3; + # }; }; os.cluster.nginxProxies."xmr.${masterDomain}" = { @@ -106,7 +106,7 @@ in forceSSL = true; locations."/" = { - proxyPass = "http://${config.os.core.network.ips.vm9-relays}:18081"; + proxyPass = "http://${config.os.core.network.ips.relay-vm}:18081"; extraConfig = '' proxy_read_timeout 600s; proxy_send_timeout 600s; |
