Initial setup of home assistant

This commit is contained in:
Alejandro Angulo 2023-11-19 08:27:18 -08:00
parent 7951d3b222
commit 64cd40c9fb
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 82 additions and 0 deletions

View file

@ -47,6 +47,10 @@
remoteTargetDatasets = ["tank/backups"];
remoteTargetPublicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAhA+9O2OBMDH1Xnj6isu36df5TOdZG8aEA4JpN2K60e syncoid@gospel"];
};
services.homeassistant = {
enable = true;
acmeCertName = "kilonull.com";
};
security.acme = {
enable = true;