mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/matrix-bot: init
This commit is contained in:
parent
496f8f39e0
commit
c1b4bff328
4 changed files with 77 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue