mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
netadata cloud
This commit is contained in:
parent
5fc090cfce
commit
7b91d0c187
2 changed files with 8 additions and 2 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Any user-specific packages for death916 on the server
|
# Any user-specific packages for death916 on the server
|
||||||
fastfetch
|
fastfetch
|
||||||
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
# Keep this consistent with your system's state version
|
# Keep this consistent with your system's state version
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,11 @@
|
||||||
#networking.firewall.allowedTCPPorts = [19999];
|
#networking.firewall.allowedTCPPorts = [19999];
|
||||||
|
|
||||||
services.netdata = {
|
services.netdata = {
|
||||||
package = pkgs.netdata.override { withCloud = true; };
|
package = pkgs.netdata.override {
|
||||||
|
withCloud = true;
|
||||||
|
withMl = false;
|
||||||
|
};
|
||||||
|
claimTokenFile = "/var/lib/netdata/cloud.d/token";
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
global = {
|
global = {
|
||||||
|
|
@ -121,7 +125,8 @@
|
||||||
lvm2
|
lvm2
|
||||||
rsync
|
rsync
|
||||||
multipath-tools # kpartx
|
multipath-tools # kpartx
|
||||||
btop
|
btop
|
||||||
|
wget
|
||||||
# Add other common server utilities
|
# Add other common server utilities
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue