summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/ipfs.nix
blob: cc07e063dac1ed12fe90296179680c19ad685600 (plain)
1
2
3
4
5
{...}:
{
  services.ipfs.enable = true;
  networking.firewall.allowedTCPPorts = [ 4001 ];
}