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:
|
# 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 = {};
|
||||||
|
|
Loading…
Reference in a new issue