update readme

This commit is contained in:
Pim Kunis 2023-01-11 01:07:42 +01:00
parent 9598341a81
commit c0e2f6bc81

View file

@ -41,3 +41,12 @@ But for idempotency I should probably only do it if the zone has changed or the
### Firewall
A little more difficult because of docker networking but probably doable.
### Backup server
Given that I am now backing up my data to another server using Borg, it makes sense to include that server into IaC as well.
Should be pretty straight forward:
- Install Borg and Borgmatic
- Initialize the Borg repository if it doesn't exist yet.
- Add the homeserver's public key to authorized keys.