From 255171cbfae29e4a9076e7e8dc06b267f45ccba9 Mon Sep 17 00:00:00 2001 From: blahai Date: Mon, 9 Dec 2024 17:06:27 +0200 Subject: [PATCH] Theia: remove netdata as it's not used --- hosts/theia/configuration.nix | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/hosts/theia/configuration.nix b/hosts/theia/configuration.nix index 6ed5af1..5347ce5 100644 --- a/hosts/theia/configuration.nix +++ b/hosts/theia/configuration.nix @@ -31,9 +31,6 @@ }; }; - nixpkgs.config.allowUnfreePredicate = pkg: - builtins.elem (lib.getName pkg) [ "netdata" ]; - nix = { package = pkgs.lix; settings = { @@ -171,12 +168,6 @@ reverse_proxy localhost:3001 ''; }; - - "status.blahai.gay" = { - extraConfig = '' - reverse_proxy localhost:19999 - ''; - }; }; }; @@ -185,17 +176,6 @@ settings = { PORT = "3001"; }; }; - netdata = { - enable = true; - config.global = { - "memory mode" = "ram"; - "debug log" = "none"; - "access log" = "none"; - "error log" = "syslog"; - }; - package = pkgs.netdata.override { withCloudUi = true; }; - }; - forgejo = { package = pkgs.forgejo; enable = true;