mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
netdata enabled
This commit is contained in:
@@ -8,14 +8,21 @@
|
||||
{
|
||||
services = {
|
||||
netdata = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
package = pkgs.netdata.override {
|
||||
withCloudUi = true;
|
||||
};
|
||||
config = {
|
||||
web = {
|
||||
"allow connections from" = "localhost netdata.local *";
|
||||
"allow connections from" = "localhost *";
|
||||
"default port" = "19999";
|
||||
"bind to" = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
python = {
|
||||
enable = true;
|
||||
recommendedPythonPackages = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user