From 7dda362c06c93d53705cfd5ff78e895aeae95e9c Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 8 Feb 2025 19:34:44 +0100 Subject: Format files --- modules/base-server.nix | 90 ++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) (limited to 'modules/base-server.nix') diff --git a/modules/base-server.nix b/modules/base-server.nix index 1fc72f3..008959d 100755 --- a/modules/base-server.nix +++ b/modules/base-server.nix @@ -80,51 +80,51 @@ hardware.enableRedistributableFirmware = false; services = { -# prometheus = { -# exporters = { -# node = { -# enable = true; -# port = 9100; -# enabledCollectors = [ -# #"logind" #too slow -# "systemd" -# "processes" -# "interrupts" -# # Testing: -# "buddyinfo" -# "cgroups" -# "ksmd" -# "lnstat" -# "mountstats" -# "network_route" -# #"perf" # requires sysctl change -# "qdisc" -# "sysctl" -# "softirqs" -# "tcpstat" -# ]; -# disabledCollectors = [ -# "textfile" -# "xfs" -# "zfs" -# "selinux" -# "cpufreq" -# "btrfs" -# "powersupplyclass" -# "mdadm" -# "tapestats" -# "fibrechannel" -# "cpu_vulnerabilities" -# "watchdog" -# "thermal_zone" -# "logind" -# "nfs" -# "nfsd" -# "infiniband" -# ]; -# }; -# }; -# }; + # prometheus = { + # exporters = { + # node = { + # enable = true; + # port = 9100; + # enabledCollectors = [ + # #"logind" #too slow + # "systemd" + # "processes" + # "interrupts" + # # Testing: + # "buddyinfo" + # "cgroups" + # "ksmd" + # "lnstat" + # "mountstats" + # "network_route" + # #"perf" # requires sysctl change + # "qdisc" + # "sysctl" + # "softirqs" + # "tcpstat" + # ]; + # disabledCollectors = [ + # "textfile" + # "xfs" + # "zfs" + # "selinux" + # "cpufreq" + # "btrfs" + # "powersupplyclass" + # "mdadm" + # "tapestats" + # "fibrechannel" + # "cpu_vulnerabilities" + # "watchdog" + # "thermal_zone" + # "logind" + # "nfs" + # "nfsd" + # "infiniband" + # ]; + # }; + # }; + # }; promtail = { enable = true; configuration = { -- cgit 1.5.1