retire btc and xmr nodes

This commit is contained in:
root 2025-11-08 20:06:24 +00:00
parent 24de6d6d64
commit 9d41477805
5 changed files with 15 additions and 45 deletions

12
services/ipfs.nix Normal file
View file

@ -0,0 +1,12 @@
{
services = {
kubo.enable = true;
tor.relay.onionServices."site".map = [
4001
8080
];
};
networking.firewall.allowedTCPPorts = [4001];
}