From adc27a77caf72ef153aeeecf24ca77567c391556 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Sun, 18 Feb 2024 17:59:23 +0800 Subject: [PATCH] feat(focus): enable netdata dashboard --- spec/focus/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/focus/default.nix b/spec/focus/default.nix index 1ad5e877..2d54633a 100644 --- a/spec/focus/default.nix +++ b/spec/focus/default.nix @@ -14,6 +14,10 @@ boot.lanzaboote = true; boot.memtest = 4; acme.enable = true; + netdata.enable = true; + netdata.host = "sf.514fpv.io"; + netdata.addSSL = true; + netdata.useACMEHost = "sf.514fpv.io"; }; services.udev.extraRules = ''