mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Theia: remove netdata as it's not used
This commit is contained in:
parent
9560f7bf78
commit
255171cbfa
1 changed files with 0 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue