index
:
stockholm
master
NixOS configuration
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
makefu
/
2configs
/
ipfs.nix
blob: cc07e063dac1ed12fe90296179680c19ad685600 (
plain
)
1
2
3
4
5
{...}: { services.ipfs.enable = true; networking.firewall.allowedTCPPorts = [ 4001 ]; }