Allow telegraf to read docker sock

This commit is contained in:
iFargle 2024-01-18 14:04:35 +09:00
parent 60b16dfcbf
commit 56b5e17d9c

View file

@ -22,4 +22,5 @@
# Add the docker telegraf listener
services.telegraf.extraConfig.inputs.docker = {};
users.users.telegraf.extraGroups = [ "docker" ];
}