Update telegraf
This commit is contained in:
parent
6ef6b08085
commit
785b8674c9
3 changed files with 2 additions and 7 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
processes = {};
|
||||
swap = {};
|
||||
system = {};
|
||||
intel_powerstat = {};
|
||||
net = {};
|
||||
# nvidia_smi = {};
|
||||
sensors = {};
|
||||
|
|
Loading…
Reference in a new issue