diff --git a/hosts/Shura/default.nix b/hosts/Shura/default.nix index 539a907..7d57fcf 100644 --- a/hosts/Shura/default.nix +++ b/hosts/Shura/default.nix @@ -67,7 +67,8 @@ in user = config.users.users.aires.name; }; netdata = { - enable = true; + # FIXME: getting an error "remote node response is not understood, is it Netdata?". Disabling for now + enable = false; type = "child"; url = config.secrets.services.netdata.url; auth.apiKey = config.secrets.services.netdata.apiKey; diff --git a/modules/services/netdata.nix b/modules/services/netdata.nix index 37c3106..87edeb8 100644 --- a/modules/services/netdata.nix +++ b/modules/services/netdata.nix @@ -120,7 +120,7 @@ in "stream.conf" = pkgs.writeText "stream.conf" '' [stream] enabled = yes - destination = ${cfg.url}:SSL + destination = ${cfg.url}:443:SSL api key = ${cfg.auth.apiKey} [${cfg.auth.apiKey}] enabled = yes