From 6a51087bba98e15ebae11c7e32b72f1eaffa6458 Mon Sep 17 00:00:00 2001 From: happysalada Date: Thu, 9 Sep 2021 00:00:29 +0900 Subject: [PATCH] ipfs: default to not listen on the local network --- nixos/modules/services/network-filesystems/ipfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/network-filesystems/ipfs.nix b/nixos/modules/services/network-filesystems/ipfs.nix index 57f5f6b006c8..cb6e8278b119 100644 --- a/nixos/modules/services/network-filesystems/ipfs.nix +++ b/nixos/modules/services/network-filesystems/ipfs.nix @@ -173,7 +173,7 @@ in description = ''Whether to enable local discovery for the ipfs daemon. This will allow ipfs to scan ports on your local network. Some hosting services will ban you if you do this. ''; - default = true; + default = false; }; serviceFdlimit = mkOption {