From 785b8674c995ed338c205aa101b8307684ebc884 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 27 Sep 2023 20:19:02 +0900 Subject: [PATCH] Update telegraf --- README.md | 2 +- nixos/common/desktops/hyprland/default.nix | 6 +----- nixos/common/services/telegraf.nix | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ca5c3c49..bff54cb4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache) * [ ] vscode / emacs * Add the nix lsp - [Link](https://github.com/nix-community/rnix-lsp) -* [ ] Fix Grafana +* [x] Fix Grafana * [ ] Build a better dashboard to monitor all my nixified devices * [ ] Look into Remote Builds - [Link](https://nixos.org/manual/nix/stable/advanced-topics/distributed-builds.html) * [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc) diff --git a/nixos/common/desktops/hyprland/default.nix b/nixos/common/desktops/hyprland/default.nix index 18260004..0c24e944 100644 --- a/nixos/common/desktops/hyprland/default.nix +++ b/nixos/common/desktops/hyprland/default.nix @@ -20,10 +20,6 @@ }; }; - services.tlp = { - enable = true; - }; - # Brightness and volume control # https://haikarainen.github.io/light/ programs.light.enable = true; @@ -35,7 +31,7 @@ # Enabling hyprlnd on NixOS programs.hyprland = { enable = true; - enableNvidiaPatches = true; + # enableNvidiaPatches = true; xwayland.enable = true; }; diff --git a/nixos/common/services/telegraf.nix b/nixos/common/services/telegraf.nix index 42b67f71..117228a5 100644 --- a/nixos/common/services/telegraf.nix +++ b/nixos/common/services/telegraf.nix @@ -55,7 +55,6 @@ processes = {}; swap = {}; system = {}; - intel_powerstat = {}; net = {}; # nvidia_smi = {}; sensors = {};