This commit is contained in:
albert 2024-03-14 10:36:49 +09:00
parent b22da1fcf2
commit 4215ac0c3c
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

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