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;