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:
users.users.telegraf = {
extraGroups = [ "wheel" ];
extraGroups = [ "root" ];
isSystemUser = true;
};
@ -71,7 +71,7 @@
swap = {};
system = {};
fail2ban = {
use_sudo = true;
# use_sudo = true;
socket = "/var/run/fail2ban/fail2ban.sock";
};
intel_powerstat = {};