ursa-minor: install libraspberrypi

This commit is contained in:
alex 2024-01-21 00:33:03 -05:00
parent 0162e528fb
commit 9d8cff5698
1 changed files with 1 additions and 11 deletions

View File

@ -72,17 +72,6 @@
data_format = "grok";
grok_patterns = [ "%{NUMBER:value:float}" ];
};
inputs.docker = {
endpoint = "unix:///var/run/docker.sock";
gather_services = false;
container_name_include = [ ];
container_name_exclude = [ ];
timeout = "5s";
docker_label_include = [ ];
docker_label_exclude = [ ];
perdevice = true;
total = false;
};
inputs.cpu = {
## Whether to report per-cpu stats or not
percpu = true;
@ -129,6 +118,7 @@
environment.systemPackages = with pkgs; [
git
htop
libraspberrypi
slirp4netns # required by k3s
vim
];