aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-09-24 09:34:49 -0300
committerEuAndreh <eu@euandre.org>2018-09-24 09:34:49 -0300
commit788ce525485c05deda54fe2eba9776a053325bcd (patch)
tree9c3d261da6c55650dd4db28ea3a20ab47594486d
parentAdd inotify-tools package. (diff)
downloaddotfiles-788ce525485c05deda54fe2eba9776a053325bcd.tar.gz
dotfiles-788ce525485c05deda54fe2eba9776a053325bcd.tar.xz
Set hideProcessInformation to false.
-rw-r--r--nixos/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index a964b21..18c22f9 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -325,6 +325,7 @@
security = {
pam.services.lightdm.enableGnomeKeyring = true;
sudo.enable = true;
+ hideProcessInformation = false;
};
users = {