diff --git a/README.md b/README.md index 06fb7f8..1f5b416 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Currently, our three main machines and all virtual machines run NixOS! - [agenix](https://github.com/ryantm/agenix): deployment of encrypted secrets to NixOS machines - [dns.nix](https://github.com/kirelagin/dns.nix): A Nix DSL for defining DNS zones - [microvm.nix](https://github.com/astro/microvm.nix): Declarative virtual machine management in NixOS +- [flake-utils](https://github.com/numtide/flake-utils): Handy utilities to develop Nix flakes +- [nixos-hardware](https://github.com/NixOS/nixos-hardware): Hardware-specific NixOS modules. Doing the heavy lifting for our Raspberry Pi. ## Installation @@ -32,7 +34,7 @@ Additionally, it deploys an age identity, which is later used for decrypting sec ### Deployment -To deploy all servers at once: `nix run nixpkgs#deploy-rs .# -k` +To deploy all servers at once: `nix run nixpkgs#deploy-rs -- .# -k` To deploy only one server: `nix run nixpkgs#deploy-rs -- -k --targets .#` ## Known bugs