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)
|
* [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache)
|
||||||
* [ ] vscode / emacs
|
* [ ] vscode / emacs
|
||||||
* Add the nix lsp - [Link](https://github.com/nix-community/rnix-lsp)
|
* 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
|
* [ ] 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)
|
* [ ] 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)
|
* [ ] 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
|
# Brightness and volume control
|
||||||
# https://haikarainen.github.io/light/
|
# https://haikarainen.github.io/light/
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
@ -35,7 +31,7 @@
|
||||||
# Enabling hyprlnd on NixOS
|
# Enabling hyprlnd on NixOS
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNvidiaPatches = true;
|
# enableNvidiaPatches = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
processes = {};
|
processes = {};
|
||||||
swap = {};
|
swap = {};
|
||||||
system = {};
|
system = {};
|
||||||
intel_powerstat = {};
|
|
||||||
net = {};
|
net = {};
|
||||||
# nvidia_smi = {};
|
# nvidia_smi = {};
|
||||||
sensors = {};
|
sensors = {};
|
||||||
|
|
Loading…
Reference in a new issue