22 lines
360 B
Nix
22 lines
360 B
Nix
{
|
|
imports = [
|
|
./conduit.nix
|
|
./forgejo.nix
|
|
./gotosocial.nix
|
|
./grafana.nix
|
|
./hedgedoc.nix
|
|
./kanidm
|
|
./miniflux.nix
|
|
./ntfy.nix
|
|
./storagebox.nix
|
|
./vaultwarden.nix
|
|
];
|
|
config = {
|
|
|
|
custom.prometheus = {
|
|
enable = true;
|
|
exporters.blackbox.enable = true;
|
|
exporters.miniflux.enable = true;
|
|
};
|
|
};
|
|
}
|