changes to site and xmr node
This commit is contained in:
parent
3cfc581cf1
commit
f9d0fd5907
3 changed files with 212 additions and 186 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue