This commit is contained in:
iFargle 2023-07-06 15:01:30 +09:00
parent f2f224d17a
commit 66eea65ff2

View file

@ -10,7 +10,7 @@
# Add telegraf to "wheel" to allow the use of sudo: # Add telegraf to "wheel" to allow the use of sudo:
users.users.telegraf = { users.users.telegraf = {
extraGroups = [ "wheel" ]; extraGroups = [ "root" ];
isSystemUser = true; isSystemUser = true;
}; };
@ -71,7 +71,7 @@
swap = {}; swap = {};
system = {}; system = {};
fail2ban = { fail2ban = {
use_sudo = true; # use_sudo = true;
socket = "/var/run/fail2ban/fail2ban.sock"; socket = "/var/run/fail2ban/fail2ban.sock";
}; };
intel_powerstat = {}; intel_powerstat = {};