Commit Graph
321 Commits
Author SHA1 Message Date
nixbitcoin 4364e7c779 Add additional documentation to usage.md 2019-04-22 19:39:15 +02:00
Jonas Nick a68511d134 Add note to recurring-donations that this is experimental 2019-04-22 00:38:46 +00:00
Jonas Nick bb9aa8fb29 Fix invoice amount check in recurring-donations 2019-04-22 00:37:45 +00:00
Jonas Nick 492eab0e26 Add recurring donations module 2019-04-17 22:11:55 +00:00
Jonas Nick c934285ef9 Fix indent in configuration.nix 2019-04-14 18:38:34 +00:00
Jonas Nick 0b2d30d5b0 Fix network.nix after changing directory structure 2019-04-12 13:14:00 +00:00
Jonas Nick 532aa0ed49 Merge branch 'network-dir' 2019-04-12 10:03:39 +00:00
Jonas Nick 6f2405751c Remove non-broken.nix 2019-04-12 10:01:39 +00:00
Jonas Nick d65cb50f50 Move network*.nix files to new network directory 2019-04-12 10:01:35 +00:00
Jonas Nick 4d3f1560e2 Merge branch 'nixbitcoin-documentation' 2019-04-12 09:54:31 +00:00
Jonas Nick 5a18250341 Merge branch 'documentation' of https://github.com/nixbitcoin/nix-bitcoin into nixbitcoin-documentation 2019-04-12 09:54:17 +00:00
nixbitcoin 19cbe10f04 Split up and enhance documentation 2019-04-12 11:51:52 +02:00
Jonas Nick c04fefbec5 Merge branch 'nixbitcoin-user-config' 2019-04-12 09:04:13 +00:00
Jonas Nick c9e6397763 Merge branch 'user-config' of https://github.com/nixbitcoin/nix-bitcoin into nixbitcoin-user-config 2019-04-12 09:03:59 +00:00
Jonas Nick 18f15a3ee8 Clean up configuration.nix formatting 2019-04-12 09:01:49 +00:00
nixbitcoin dfd437f428 Fix textwidth 2019-04-12 10:47:49 +02:00
Jonas Nick 53d444c794 Merge branch 'nixbitcoin-banlist' 2019-04-12 08:39:03 +00:00
nixbitcoin 0db7a251fd Update gmaxwell banlist 2019-04-11 23:38:47 +02:00
Jonas Nick 84b2034f26 Merge branch 'fix-no-clightning' 2019-04-10 15:49:29 +00:00
Jonas Nick 58ba467ffd Stop assuming that clightning is always enabled 2019-04-10 15:48:55 +00:00
nixbitcoin 51526089a6 Improve documentation 2019-04-10 11:23:10 +02:00
Jonas Nick 7242598909 Merge branch 'update-nixpkgs' 2019-04-10 09:15:24 +00:00
nixbitcoin 6d723e896f Remove profiles and replace with options to enable/disable each module separately in configuration.nix 2019-04-10 11:13:39 +02:00
Jonas Nick f0b78ee411 Update nixpkgs 2019-04-08 13:47:52 +00:00
Jonas Nick f00a0fa2d3 Merge branch 'faster-banlist' 2019-04-08 08:37:06 +00:00
Jonas Nick 0b364718d3 Make deployment faster by importing banlist in background instead of waiting for it to finish 2019-04-08 08:36:28 +00:00
Jonas Nick 28f7bfee7e Merge branch 'nixbitcoin-documentation' 2019-04-07 17:34:56 +00:00
Jonas Nick 9395e10ecf Merge branch 'documentation' of https://github.com/nixbitcoin/nix-bitcoin into nixbitcoin-documentation 2019-04-07 17:34:32 +00:00
Jonas Nick 18ef9e20ab Merge branch 'nixbitcoin-fix-typo' 2019-04-07 17:31:04 +00:00
nixbitcoin 8b9972f078 Fix typo "ngninx" in nix-bitcoin.nix services.onion-chef.access.operator 2019-04-06 18:56:58 +02:00
nixbitcoin be3d4ed925 Document connecting to ssh Tor Hidden Service 2019-04-06 16:18:37 +02:00
Jonas Nick 910311d0f8 Merge branch 'nixbitcoin-documentation' 2019-04-05 10:46:30 +00:00
Jonas Nick 9d0ffcb9ae Merge branch 'documentation' of https://github.com/nixbitcoin/nix-bitcoin into nixbitcoin-documentation 2019-04-05 10:46:13 +00:00
nixbitcoin a7eb091776 Update Nix to 2.2.1 and add sandbox fix 2019-04-05 12:09:26 +02:00
Jonas Nick 5548cd5e8c Merge branch 'nixbitcoin-electrum-server' 2019-04-02 15:35:19 +00:00
Jonas Nick c440dfba9f Merge branch 'electrum-server' of https://github.com/nixbitcoin/nix-bitcoin into nixbitcoin-electrum-server 2019-04-02 15:35:09 +00:00
Jonas Nick be7e84e509 Merge branch 'fix-qrcode' 2019-04-02 15:11:01 +00:00
Jonas Nick 0d5c67c1cf Fix spark wallet QR code display by providing the onion hostname as public url 2019-04-02 15:10:21 +00:00
Jonas Nick fe23ced5ec Merge branch 'onion-manager' 2019-04-02 15:04:14 +00:00
Jonas Nick aba1b7dfc2 Give operator access to onion hostnames through new onion-manager module 2019-04-02 15:02:31 +00:00
Jonas Nick 9201af2342 Merge branch 'clefru-libvirtd' 2019-04-02 14:39:41 +00:00
nixbitcoin 4000829002 Use rust stable 1.31 instead of rust nightly for electrs, update electrs, specify electrum-rpc 2019-04-01 17:43:07 +02:00
Clemens Fruhwirth 927587ec10 Add network-libvirtd.nix for libvirtd environments. 2019-03-29 14:24:28 +01:00
Jonas Nick 8c4e09dfa3 Merge branch 'clefru-nurify' 2019-03-29 11:11:05 +00:00
Clemens Fruhwirth 687bf8017d Make repository importable as NUR (including an overlay)
https://github.com/nix-community/NUR is a Nix community project that
aims to make out of tree derivations more easily discoverable and
accessible to Nix users. Converting the nix-bitcoin repo to conform to
that style is a minor change and enhances reusability of its
components. For instance, I could slap on the clightning module more
easily onto my existing bitcoin node without having to redeploy the
whole as nixops driven installation. Having the repo in NUR style
would make that easier.
2019-03-29 11:12:05 +01:00
Clemens Fruhwirth 95b42b62a8 Give pkgs their own directory and convert everything to callPackage. 2019-03-29 11:12:05 +01:00
Jonas Nick ba387907db Merge branch 'fix-banlist' 2019-03-29 09:48:33 +00:00
Jonas Nick bf184c17e0 fix making banlist importer wait for bitcoind to start up 2019-03-29 09:44:30 +00:00
Jonas Nick d50b37f560 Merge branch 'faster-banlist-abort' 2019-03-28 12:52:28 +00:00
Jonas Nick 1bc678b6d6 Merge branch 'master' into faster-banlist-abort 2019-03-28 12:51:09 +00:00