l 2 htop: hide process information from other user

This commit is contained in:
lassulus 2017-03-08 17:12:48 +01:00
parent cf9c5ee222
commit 4ebc0e7adc

View File

@ -3,6 +3,7 @@
with import <stockholm/lib>;
{
security.hideProcessInformation = true;
nixpkgs.config.packageOverrides = super: {
htop = pkgs.concat "htop" [
super.htop