sakura: readd grafana / formatting
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
880f2952b3
commit
a38d6f9846
3 changed files with 4 additions and 4 deletions
|
@ -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"];
|
||||
|
|
|
@ -7,8 +7,9 @@
|
|||
./jellyfin.nix
|
||||
./rustypaste.nix
|
||||
./woodpecker.nix
|
||||
./atticd.nix
|
||||
./hedgedoc.nix
|
||||
./dashdot.nix
|
||||
./grafana.nix
|
||||
./prometheus.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
sops.secrets.forgejo-db = {};
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
|
|
Loading…
Reference in a new issue