1
0
mirror of https://github.com/gjkcz/ansible-void.git synced 2024-11-22 00:35:59 +01:00

Update readme

This commit is contained in:
Emil Miler 2023-11-01 15:42:59 +01:00
parent d30e3522c1
commit 0a6c6bf399

View File

@ -11,10 +11,11 @@ There are several differences in the hardware. System installation is usually do
- Install Void
- Update `xbps`: `xbps-install -Su xbps`
- Install `python3` and `avahi`: `xbps-install python3 avahi`
- Enable avahi service: `ln -s /etc/sv/avai-deamon/ /var/service/`
- Enable `avahi` service: `ln -s /etc/sv/avai-deamon/ /var/service/`
- Enable `sshd` service: `ln -s /etc/sv/sshd/ /var/service`
- Import your SSH key to `/root/.ssh/authorized_keys`
Void has `sshd` enabled by default as well as having `prohibit-password` set for root. Post-installation setup can be automated using a script or USB keyboard injector.
Void has `prohibit-password` for root in the default `sshd` configuration. Post-installation setup can be automated using a script or USB keyboard injector.
## Running a playbook