flake/services/distrust/ipfs.nix
2025-11-09 23:28:16 +00:00

11 lines
169 B
Nix

{
services = {
kubo.enable = true;
tor.relay.onionServices."site".map = [
4001
8080
];
};
networking.firewall.allowedTCPPorts = [4001];
}