retire btc and xmr nodes
This commit is contained in:
parent
24de6d6d64
commit
9d41477805
5 changed files with 15 additions and 45 deletions
12
services/ipfs.nix
Normal file
12
services/ipfs.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
services = {
|
||||
kubo.enable = true;
|
||||
|
||||
tor.relay.onionServices."site".map = [
|
||||
4001
|
||||
8080
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [4001];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue