From 9d8cff5698c17b0d1edf1118735ded8059ae497c Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 21 Jan 2024 00:33:03 -0500 Subject: [PATCH] ursa-minor: install libraspberrypi --- ursa-minor/configuration.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ursa-minor/configuration.nix b/ursa-minor/configuration.nix index ccc493f..62ce98b 100644 --- a/ursa-minor/configuration.nix +++ b/ursa-minor/configuration.nix @@ -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 ];