mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
rm netdata too much sign in restrictions
This commit is contained in:
parent
267e670c5a
commit
f912801db6
1 changed files with 1 additions and 20 deletions
|
|
@ -49,31 +49,12 @@
|
|||
# SMTP_FROM_NAME = "example.com Bitwarden server";
|
||||
};
|
||||
};
|
||||
services.netdata = {
|
||||
enable = true;
|
||||
package = pkgs.netdata.override {
|
||||
withCloudUi = true;
|
||||
};
|
||||
config = {
|
||||
global = {
|
||||
"memory mode" = "ram";
|
||||
"debug log" = "none";
|
||||
"access log" = "none";
|
||||
"error log" = "syslog";
|
||||
};
|
||||
web = {
|
||||
"bind to" = "*";
|
||||
"allow connections from" = "*";
|
||||
};
|
||||
};
|
||||
};
|
||||
users.users.netdata.extraGroups = [ "docker" ];
|
||||
services.beszel = {
|
||||
hub.enable = true;
|
||||
hub.host = "0.0.0.0";
|
||||
agent.enable = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 19999 ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue