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, ...}: {
sops.secrets.attic-jwt-secret = {};
sops.secrets.attic-secret = {};
services.atticd = {
enable = true;
credentialsFile = config.sops.secrets.attic-jwt-secret.path;
credentialsFile = config.sops.secrets.attic-secret.path;
settings = {
listen = "[::]:8100";
allowed-hosts = ["cache.notohh.dev"];

View file

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

View file

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