changes to site and xmr node

This commit is contained in:
root 2025-11-06 05:05:31 +00:00
parent 3cfc581cf1
commit f9d0fd5907
3 changed files with 212 additions and 186 deletions

View file

@ -8,6 +8,7 @@
monero = {
enable = true;
prune = true;
rpc.restricted = true;
};
kubo.enable = true;
@ -15,8 +16,13 @@
tor.relay.onionServices."site".map = [
8333
18080
18081
4001
];
caddy.virtualHosts."xmr.distrust.network".extraConfig = ''
reverse_proxy localhost:18081
'';
};
networking.firewall.allowedTCPPorts = [8333 18080 4001];