summaryrefslogtreecommitdiffstats
path: root/lass/2configs/htop.nix
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-03-08 17:12:48 +0100
committerlassulus <lass@lassul.us>2017-03-08 17:12:48 +0100
commit4ebc0e7adc7605e154916aefad47331761036abb (patch)
treef2d721a4b33e4b7d5a72f6584f1fc1d7a1c7f129 /lass/2configs/htop.nix
parentcf9c5ee222931f65bf9b37a3f66e849dee3a57ac (diff)
l 2 htop: hide process information from other user
Diffstat (limited to 'lass/2configs/htop.nix')
-rw-r--r--lass/2configs/htop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/htop.nix b/lass/2configs/htop.nix
index 0296101a..69e04a05 100644
--- a/lass/2configs/htop.nix
+++ b/lass/2configs/htop.nix
@@ -3,6 +3,7 @@
with import <stockholm/lib>;
{
+ security.hideProcessInformation = true;
nixpkgs.config.packageOverrides = super: {
htop = pkgs.concat "htop" [
super.htop