diff options
| author | lassulus <lass@lassul.us> | 2017-03-08 17:12:48 +0100 | 
|---|---|---|
| committer | lassulus <lass@lassul.us> | 2017-03-08 17:12:48 +0100 | 
| commit | 4ebc0e7adc7605e154916aefad47331761036abb (patch) | |
| tree | f2d721a4b33e4b7d5a72f6584f1fc1d7a1c7f129 | |
| parent | cf9c5ee222931f65bf9b37a3f66e849dee3a57ac (diff) | |
l 2 htop: hide process information from other user
| -rw-r--r-- | lass/2configs/htop.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lass/2configs/htop.nix b/lass/2configs/htop.nix index 0296101ac..69e04a05b 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 | 
