Nixpkgs Update; Added 16GB SWAP; Added systmed bitcoin fix

This commit is contained in:
2024-01-26 21:15:31 -08:00
parent 4848dc5e42
commit 943e970454
3 changed files with 21 additions and 15 deletions

View File

@ -15,6 +15,8 @@
'';
};
systemd.services.bitcoind.wants = [ "network-online.target" ];
nix-bitcoin.onionServices.bitcoind.enable = true;
nix-bitcoin.onionServices.electrs.enable = true;
nix-bitcoin.onionServices.rtl.enable = true;