This commit is contained in:
iFargle 2023-07-06 12:36:04 +09:00
parent 1486284f46
commit 088704b8f3

View file

@ -7,7 +7,7 @@
restartUnits = [ "telegraf.service" ]; restartUnits = [ "telegraf.service" ];
}; };
users.users.telegraf { users.users.telegraf = {
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];
isSystemUser = true; isSystemUser = true;
}; };