Update README.md

This commit is contained in:
Pim Kunis 2023-11-05 19:07:32 +01:00
parent 9c59a20b54
commit a4a0e587c3

View file

@ -13,4 +13,7 @@ Before a NixOS definition can be deployed, some prerequite preparational steps m
2. Enable SSH and install authorized keys. 2. Enable SSH and install authorized keys.
3. Ensure Python3 is installed for Ansible. 3. Ensure Python3 is installed for Ansible.
4. Run Ansible playbook which deploys secrets `ansible-playbook deploy_secrets.yml`. 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"`.