diff options
| author | adikro <adikro@disroot.org> | 2026-06-29 00:31:26 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-06-29 00:31:26 +0200 |
| commit | 8a820cacee1ff07ae7397d053b26e66f7086a4a4 (patch) | |
| tree | 23153683130799babd4e5ed1a39068c52fa7d588 /os/srv/monero.nix | |
| parent | 9b8f9a4bf5e13efe49ec101f127d0df3d7bb3cf3 (diff) | |
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; |
