pull down to refresh
76 sats \ 2 replies \ @0xIlmari 29 Mar 2024 \ on: NixOS Bitcoin node? NixOS
Why tho? Bitcoin node is a service, and I find it easier to dockerize services instead of polluting my OS with dependencies.
Isn't that one of the great things in NixOS. To not have dependencies issues because all packages are contained with their dependencies.
reply
Yeah the whole reason for dependency issues is because all programs are in one folder replacing each other with the same file name. The whole thing with nix is to nix the /bin folder.
reply