fwminex: +grafana

This commit is contained in:
2024-08-03 05:57:15 +03:00
parent ce302838ae
commit 283e10b9b5
6 changed files with 80 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ in
}
];
};
};
mj = {
@@ -155,6 +156,12 @@ in
sshguard.enable = false;
gitea.enable = true;
grafana = {
enable = true;
port = myData.ports.grafana;
oidcSecretFile = config.age.secrets.grafana-oidc.path;
};
tailscale = {
enable = true;
verboseLogs = false;