From 6e28fe918232df68be40a714b49fd8e5766b143f Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 17 Apr 2017 13:08:36 +0200 Subject: m: init syncthing for hosts --- 2configs/ipfs.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2configs/ipfs.nix (limited to '2configs/ipfs.nix') diff --git a/2configs/ipfs.nix b/2configs/ipfs.nix new file mode 100644 index 000000000..cc07e063d --- /dev/null +++ b/2configs/ipfs.nix @@ -0,0 +1,5 @@ +{...}: +{ + services.ipfs.enable = true; + networking.firewall.allowedTCPPorts = [ 4001 ]; +} -- cgit v1.2.3