6 lines
92 B
Nix
6 lines
92 B
Nix
{...}:
|
|
{
|
|
services.ipfs.enable = true;
|
|
networking.firewall.allowedTCPPorts = [ 4001 ];
|
|
}
|