mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Repurpose nixnas1 as beancoin1
This includes configuring Nix Bitcoin within my existing flake. The intent is to run Bitcoin Core, LND, Electrs, Mempool, and Alby Hub here instead of via Umbrel. Note, Fulcrum was tried but kept crashing and losing state... which is not okay with me.
This commit is contained in:
parent
b5f96e9690
commit
72fca31cf3
11 changed files with 364 additions and 131 deletions
|
|
@ -34,6 +34,12 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-bitcoin = {
|
||||
url = "github:fort-nix/nix-bitcoin/nixos-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
# Controls system level software and settings including fonts on macOS
|
||||
nix-darwin = {
|
||||
url = "github:lnl7/nix-darwin/nix-darwin-24.11";
|
||||
|
|
@ -125,6 +131,9 @@
|
|||
|
||||
# NixOS hosts
|
||||
nixosConfigurations = {
|
||||
beancoin1 = localLib.mkNixBitcoinHost {
|
||||
hostname = "beancoin1";
|
||||
};
|
||||
bigboy = localLib.mkNixosHost {
|
||||
hostname = "bigboy";
|
||||
additionalModules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue