Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 656 Bytes

File metadata and controls

30 lines (21 loc) · 656 Bytes

NixOS seed node setup

Deploy

Update SSH key

  1. Update the SSH key in modules/users.nix ssh_key to one of your own.
  2. Stage or commit the modification using git to include the modification in the build:
    git add modules/users.nix
    git commit -m "update ssh key" # (optional)

Load NixOS configuration

$ nix-shell -p nixos-anywhere
[nix-shell:~]$ nixos-anywhere --flake .#ax52 root@<ip_address>

Update

$ nix-shell -p nixos-rebuild
[nix-shell:~]$ nixos-rebuild switch --flake .#ax52 --target-host root@<ip_address>

Bitcoind

The bitcoind service will be running on mainnet.