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

fix: missing opened firewall port for proxy-home

This commit is contained in:
oddlama 2024-05-20 13:20:54 +02:00
parent 20a5e1e66a
commit 1b1a19e377
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 13 additions and 3 deletions

View file

@ -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.";