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" ]; }