This commit is contained in:
iFargle 2024-01-18 13:24:02 +09:00
parent e15b5e3dc0
commit 6255502697
2 changed files with 3 additions and 1 deletions

View file

@ -19,4 +19,7 @@
inputs.compose2nix.packages.x86_64-linux.default
lazydocker
];
# Add the docker telegraf listener
services.telegraf.inputs.docker = {};
}

View file

@ -40,7 +40,6 @@
};
};
inputs = {
docker = {};
cpu = {
percpu = true;
totalcpu = true;