test
This commit is contained in:
parent
f2f224d17a
commit
66eea65ff2
1 changed files with 2 additions and 2 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in a new issue