machines: porthos: services: enable monitoring
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-07-13 19:11:15 +02:00
parent 4e8045716c
commit 2ecd417a68

View file

@ -72,6 +72,14 @@ in
enable = true;
password = my.secrets.miniflux.password;
};
# Various monitoring dashboards
monitoring = {
enable = true;
grafana = {
passwordFile =
builtins.toFile "grafana.txt" my.secrets.monitoring.password; # Insecure, I don't care
};
};
# Nextcloud self-hosted cloud
nextcloud = {
enable = true;