manual: Flake-enable deployments now use nix copy with ssh-ng://

This commit is contained in:
Zhaofeng Li 2022-09-18 17:27:46 -06:00
parent 3e8ec98a26
commit 7fac0278e1

View file

@ -14,6 +14,7 @@
- The [`repl`](./reference/cli.html#colmena-repl) subcommand has been added. It allows you to start an [interactive REPL](./features/eval.md#interactive-repl) with access to the complete node configurations.
- The default goal for `colmena apply` is now `boot` if `--reboot` is specified, and `switch` otherwise ([#113](https://github.com/zhaofengli/colmena/issues/113)).
- Post-activation keys are now uploaded after the reboot if `--reboot` is specified ([#113](https://github.com/zhaofengli/colmena/issues/113)).
- Flake-enabled deployments now use the new SSH store protocol (`ssh-ng://`).
## [Release 0.3.1](https://github.com/zhaofengli/colmena/releases/tag/v0.3.1) (2022/08/18)