mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
netdata orac
This commit is contained in:
parent
016d32d227
commit
277a55278a
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,6 @@
|
|||
};
|
||||
services.netdata = {
|
||||
enable = true;
|
||||
user = "root";
|
||||
config = {
|
||||
global = {
|
||||
"memory mode" = "ram";
|
||||
|
|
@ -65,7 +64,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
services.beszel.enable = true;
|
||||
users.users.netdata.extraGroups = [ "docker" ];
|
||||
services.beszel.hub.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 19999 ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue