From a4a0e587c32cda91431a89ec69515abfcd789fae Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sun, 5 Nov 2023 19:07:32 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76e7bb6..f0cdd95 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,7 @@ Before a NixOS definition can be deployed, some prerequite preparational steps m 2. Enable SSH and install authorized keys. 3. Ensure Python3 is installed for Ansible. 4. Run Ansible playbook which deploys secrets `ansible-playbook deploy_secrets.yml`. -5. Deploy the NixOS definition: `nixos-rebuild switch -j auto --target-host root@jefke.hyp --flake ".#jefke"`. + +### NixOS deployment + +Finally, the NixOS definition can be deployed as follows: `nixos-rebuild switch -j auto --target-host root@jefke.hyp --flake ".#jefke"`. \ No newline at end of file