diff options
author | Emile <git@emile.space> | 2024-09-19 22:08:09 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-09-19 22:08:09 +0200 |
commit | eda94c0415da6462750e0ee3a19858f03d8bd8fe (patch) | |
tree | 29017a7343b3b00c55240ee3b288a9c032917405 /nix/hosts/corrino/www/sso.emile.space.nix | |
parent | 7d8bcd0327836408f377484baf29a08c7d053173 (diff) |
grafana prometheus loki promtail foo
Diffstat (limited to 'nix/hosts/corrino/www/sso.emile.space.nix')
-rw-r--r-- | nix/hosts/corrino/www/sso.emile.space.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/corrino/www/sso.emile.space.nix b/nix/hosts/corrino/www/sso.emile.space.nix index e51db9a..3a742c5 100644 --- a/nix/hosts/corrino/www/sso.emile.space.nix +++ b/nix/hosts/corrino/www/sso.emile.space.nix @@ -110,7 +110,7 @@ in # we're using a file to store the user information authentication_backend = { - refresh_interval = "20s"; + refresh_interval = "60s"; file = { path = "/var/lib/authelia-main/user.yml"; watch = true; |