Added gitea module

This commit is contained in:
Alejandro Angulo 2023-11-20 08:09:13 -08:00
parent 6e959400c8
commit d028bf0af4
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 66 additions and 0 deletions

View file

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