service/matrix-bot: init

This commit is contained in:
Felix Buehler 2023-05-15 22:09:17 +02:00
parent 496f8f39e0
commit c1b4bff328
4 changed files with 77 additions and 2 deletions

View file

@ -24,6 +24,9 @@ in
sops.secrets."grafana/password" = {
owner = config.users.users.grafana.name;
};
sops.secrets."matrix-bot/password" = {
owner = config.systemd.services.go-neb.serviceConfig.User;
};
# List services that you want to enable:
my.services = {
@ -115,6 +118,10 @@ in
alertmanager = {
enable = true;
};
matrix-bot = {
enable = true;
PasswortFile = secrets."matrix-bot/password".path;
};
grafana = {
enable = true;
passwordFile = secrets."grafana/password".path;