feat: new server for stats, ariia, danm I love this naming scheme

This commit is contained in:
silver 2024-06-17 20:53:27 +01:00
parent 8009b7c8d1
commit cd13520aba
Signed by: silver
GPG key ID: 54E2C71918E93B74
32 changed files with 202 additions and 147 deletions

View file

@ -31,8 +31,6 @@ in {
../applications/discord.nix
../applications/bitwarden/vaultwarden.nix
../applications/bitwarden/bitwarden_sync.nix
../applications/grafana.nix
../applications/prometheus.nix
];
deployment = {
@ -56,7 +54,5 @@ in {
# committee/admin services
vaultwarden.enable = true;
prometheus.server.enable = true;
grafana.enable = true;
};
}