mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
flake
This commit is contained in:
parent
53607aad30
commit
bfef55e45f
1 changed files with 14 additions and 11 deletions
|
|
@ -95,18 +95,21 @@
|
|||
|
||||
#networking.firewall.allowedTCPPorts = [19999];
|
||||
|
||||
#services.netdata = {
|
||||
services.netdata = {
|
||||
|
||||
# enable = true;
|
||||
#config = {
|
||||
# global = {
|
||||
# "memory mode" = "ram";
|
||||
# "debug log" = "none";
|
||||
#"access log" = "none";
|
||||
#"error log" = "syslog";
|
||||
#};
|
||||
#};
|
||||
#};
|
||||
package = pkgs.netdata.override {
|
||||
withCloud = true;
|
||||
};
|
||||
enable = true;
|
||||
config = {
|
||||
global = {
|
||||
"memory mode" = "ram";
|
||||
"debug log" = "none";
|
||||
"access log" = "none";
|
||||
"error log" = "syslog";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Sudo access for the wheel group (which death916 is part of)
|
||||
security.sudo.wheelNeedsPassword = true; # Or false if you prefer passwordless sudo for wheel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue