Remove server configuration from Bitcoin ecosystem

This commit is contained in:
Sovran_Systems
2026-04-16 12:21:19 -05:00
committed by GitHub
parent d3a8aa6dce
commit f5dd153a8e
-1
View File
@@ -12,7 +12,6 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin {
disablewallet = true; disablewallet = true;
extraConfig = '' extraConfig = ''
peerbloomfilters=1 peerbloomfilters=1
server=1
''; '';
}; };