Initial commit: krops-lamassu deployment template
NixOS deployment template for Lamassu Bitcoin ATM server using nix-bitcoin and krops. Features: - Lamassu server with PostgreSQL and auto-generated secrets - TLS certificates (self-signed) - Test VM for local development - Template structure for easy customization
This commit is contained in:
commit
6febf28955
11 changed files with 1094 additions and 0 deletions
4
example/config/nix-bitcoin-release.nix
Normal file
4
example/config/nix-bitcoin-release.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
builtins.fetchTarball {
|
||||
url = "https://git.atitlan.io/aiolabs/nix-bitcoin/archive/v0.0.24.tar.gz";
|
||||
sha256 = "1bms1r4a85fw7zl351q8ri965y5465hzszryz6mhxxdzdj9bqvva";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue