summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-10-13 20:41:17 +0200
committertv <tv@krebsco.de>2016-10-13 20:41:17 +0200
commite8baf98e409b528c87cb68841f1532ebf652ee2c (patch)
tree22a9a3dddb8d98463ef2642f24095b5c46c67ea7 /tv/2configs
parent30a9c07e7ea3867c5e7cebea0ec0dafb7ff5ebc7 (diff)
tv: security.hideProcessInformation = true
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/default.nix1
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}"