change netdata fqdn
All checks were successful
Flake check / flake-check (pull_request) Successful in 21s
Build hosts / build-hosts (pull_request) Successful in 26s

This commit is contained in:
sid 2026-05-17 22:45:37 +02:00
parent 41ce9b892b
commit 5c8d94d03d

View file

@ -30,7 +30,7 @@ rec {
port = 8085;
};
netdata = {
fqdn = "netdata." + intranet;
fqdn = "mon." + domain;
port = 19999;
};
open-webui-oci = {