mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
fix: missing opened firewall port for proxy-home
This commit is contained in:
parent
20a5e1e66a
commit
1b1a19e377
4 changed files with 13 additions and 3 deletions
|
@ -17,6 +17,7 @@
|
|||
in {
|
||||
options.meta.promtail = {
|
||||
enable = mkEnableOption "promtail to push logs to a loki instance.";
|
||||
# TODO: FIXME: this should not be named proxy. get domain from globals and name this secretAggregatorNode or smth.
|
||||
proxy = mkOption {
|
||||
type = types.str;
|
||||
description = "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