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:
parent
e32d5575b4
commit
609e562bec
4 changed files with 249 additions and 38 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue