readme: document nixos-anywhere install for builder

This commit is contained in:
2026-07-19 12:59:59 +02:00
parent d89b8b51cc
commit a7df51dbb8
+8
View File
@@ -36,3 +36,11 @@ ssh-to-age < /etc/ssh/ssh_host_ed25519_key.pub
#+begin_src sh
sops updatekeys secrets/*
#+end_src
* Installation of builder
- Start recent nixos installer in VM
- Set password for root
#+begin_src sh
nix run github:nix-community/nixos-anywhere -- --flake .#builder --target-host root@<ip>
#+end_src