alpine: fix loki and nextcloud

This commit is contained in:
Tristan 2026-05-30 17:21:47 +01:00
parent f4ce9d292e
commit 86ea18a552
2 changed files with 2 additions and 1 deletions

View file

@ -82,7 +82,7 @@ in {
endpoint { endpoint {
url = "http://localhost:3100/loki/api/v1/push" url = "http://localhost:3100/loki/api/v1/push"
} }
max_streams = 64 max_streams = 128
} }
''; '';

View file

@ -84,6 +84,7 @@ in {
deck deck
news news
recognize recognize
oidc_login
; ;
# inherit (pkgs.nextcloud33.packages.apps) oidc_login; # inherit (pkgs.nextcloud33.packages.apps) oidc_login;
}; };