machines: porthos: services: enable monitoring
This commit is contained in:
parent
e342934718
commit
2291d6b6fa
|
@ -72,6 +72,14 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
password = my.secrets.miniflux.password;
|
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 self-hosted cloud
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue