sakura: readd grafana / formatting
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-06-19 08:19:17 -04:00
parent 880f2952b3
commit a38d6f9846
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{config, ...}: { {config, ...}: {
sops.secrets.attic-jwt-secret = {}; sops.secrets.attic-secret = {};
services.atticd = { services.atticd = {
enable = true; enable = true;
credentialsFile = config.sops.secrets.attic-jwt-secret.path; credentialsFile = config.sops.secrets.attic-secret.path;
settings = { settings = {
listen = "[::]:8100"; listen = "[::]:8100";
allowed-hosts = ["cache.notohh.dev"]; allowed-hosts = ["cache.notohh.dev"];

View file

@ -7,8 +7,9 @@
./jellyfin.nix ./jellyfin.nix
./rustypaste.nix ./rustypaste.nix
./woodpecker.nix ./woodpecker.nix
./atticd.nix
./hedgedoc.nix ./hedgedoc.nix
./dashdot.nix ./dashdot.nix
./grafana.nix
./prometheus.nix
]; ];
} }

View file

@ -4,7 +4,6 @@
lib, lib,
... ...
}: { }: {
sops.secrets.forgejo-db = {};
services.gitea = { services.gitea = {
enable = true; enable = true;
package = pkgs.forgejo; package = pkgs.forgejo;