1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: add oauth2 proxy module and simple nginx reverse proxy module

This commit is contained in:
oddlama 2023-06-21 23:56:12 +02:00
parent e32d5575b4
commit 609e562bec
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 249 additions and 38 deletions

View file

@ -18,7 +18,7 @@
cfg = config.extra.promtail;
in {
options.extra.promtail = {
enable = mkEnableOption (mdDoc "Enable promtail to push logs to a loki instance.");
enable = mkEnableOption (mdDoc "promtail to push logs to a loki instance.");
proxy = mkOption {
type = types.str;
description = mdDoc "The node name of the proxy server which provides the https loki api endpoint.";