diff options
author | EuAndreh <eu@euandre.org> | 2018-09-24 09:34:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-09-24 09:34:49 -0300 |
commit | 788ce525485c05deda54fe2eba9776a053325bcd (patch) | |
tree | 9c3d261da6c55650dd4db28ea3a20ab47594486d | |
parent | Add inotify-tools package. (diff) | |
download | dotfiles-788ce525485c05deda54fe2eba9776a053325bcd.tar.gz dotfiles-788ce525485c05deda54fe2eba9776a053325bcd.tar.xz |
Set hideProcessInformation to false.
-rw-r--r-- | nixos/configuration.nix | 1 |
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 = { |