From 4215ac0c3c55feda211b1a321ab8f8b33de5ec76 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 14 Mar 2024 10:36:49 +0900 Subject: [PATCH] Test --- nixos/common/services/podman.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/services/podman.nix b/nixos/common/services/podman.nix index a9cd3821..1724e5f0 100644 --- a/nixos/common/services/podman.nix +++ b/nixos/common/services/podman.nix @@ -25,7 +25,7 @@ # Add the docker telegraf listener services.telegraf.extraConfig.inputs.docker = { - endpoint = "unix:///sys/fs/cgroup/system.slice/podman.socket"; + endpoint = "unix://run/podman/podman.sock"; }; users.users.telegraf.extraGroups = [ "podman" ]; }