install telegraf

This commit is contained in:
alex 2024-01-20 11:01:54 -05:00
parent bf31effc0d
commit db2c2ef500
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,8 @@
KUBECONFIG = "/home/nixos/.kube/config";
};
services.telegraf.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.nixos = {
isNormalUser = true;
@ -67,6 +69,7 @@
pulumi
pulumiPackages.pulumi-language-nodejs
slirp4netns # required by k3s
telegraf
vim
];