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 bda9c3cd0e
commit 91a3e68119

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
''; '';
}; };