Format files
1 files changed, 45 insertions, 45 deletions
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 = {
|