diff options
author | tv <tv@krebsco.de> | 2016-10-13 20:41:17 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-10-13 20:41:17 +0200 |
commit | e8baf98e409b528c87cb68841f1532ebf652ee2c (patch) | |
tree | 22a9a3dddb8d98463ef2642f24095b5c46c67ea7 /tv/2configs | |
parent | 30a9c07e7ea3867c5e7cebea0ec0dafb7ff5ebc7 (diff) |
tv: security.hideProcessInformation = true
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 2f78992..442d737 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -54,6 +54,7 @@ with config.krebs.lib; }; } { + security.hideProcessInformation = true; security.sudo.extraConfig = '' Defaults env_keep+="SSH_CLIENT" Defaults mailto="${config.krebs.users.tv.mail}" |