diff --git a/README.md b/README.md index 0eed922..de9ebdf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # morph -[![Build](https://github.com/DBCDK/morph/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/DBCDK/morph/actions/workflows/build.yaml) + +[![Flake Checks](https://github.com/DBCDK/morph/actions/workflows/checks.yml/badge.svg?branch=master)](https://github.com/DBCDK/morph/actions/workflows/build.yaml) +[![Example Configs](https://github.com/DBCDK/morph/actions/workflows/build-test.yaml/badge.svg?branch=master)](https://github.com/DBCDK/morph/actions/workflows/build.yaml) Morph is a tool for managing existing NixOS hosts - basically a fancy wrapper around `nix-build`, `nix copy`, `nix-env`, `/nix/store/.../bin/switch-to-configuration`, `scp` and more. Morph supports updating multiple hosts in a row, and with support for health checks makes it fairly safe to do so.