diff --git a/machines/porthos/services.nix b/machines/porthos/services.nix index 44c0b50..c702c84 100644 --- a/machines/porthos/services.nix +++ b/machines/porthos/services.nix @@ -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;