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