ipfs: default to not listen on the local network

This commit is contained in:
happysalada 2021-09-09 00:00:29 +09:00 committed by Raphael Megzari
parent d42b3dbc05
commit 6a51087bba

View File

@ -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 {