Update README.md
This commit is contained in:
parent
9c59a20b54
commit
a4a0e587c3
1 changed files with 4 additions and 1 deletions
|
@ -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"`.
|
Loading…
Reference in a new issue