monero: hook up to ports
This commit is contained in:
@@ -20,6 +20,7 @@ rec {
|
||||
coturn_tls = 5349;
|
||||
livekit = 7880;
|
||||
soulseek_listen = 50300;
|
||||
monero = 18080;
|
||||
|
||||
# private
|
||||
jellyfin = 8096; # no services.jellyfin option for this
|
||||
@@ -38,6 +39,7 @@ rec {
|
||||
radarr = 7878;
|
||||
bazarr = 6767;
|
||||
jellyseerr = 5055;
|
||||
monero_rpc = 18081;
|
||||
};
|
||||
|
||||
https = {
|
||||
|
||||
@@ -17,7 +17,15 @@
|
||||
enable = true;
|
||||
dataDir = service_configs.monero.dataDir;
|
||||
rpc = {
|
||||
port = service_configs.ports.monero_rpc;
|
||||
restricted = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
p2p-bind-port=${builtins.toString service_configs.ports.monero}
|
||||
'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
service_configs.ports.monero
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user