diff options
| author | tv <tv@krebsco.de> | 2021-06-02 00:13:33 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2021-06-02 00:13:33 +0200 | 
| commit | 03f03d061508b011ee09f00bfdd3e8955e169529 (patch) | |
| tree | 0df875660bf1227cd7db2b039556de9f4b58ff0e | |
| parent | 5c68c16cb096cdc26db1ad79c291fc76cf4776e9 (diff) | |
tv: remove security.hideProcessInformation
It's broken in nixpkgs 21.05
| -rw-r--r-- | tv/2configs/default.nix | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 07e7ff1..19e191b 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -38,7 +38,6 @@ with import <stockholm/lib>;      }      {        i18n.defaultLocale = mkDefault "C.UTF-8"; -      security.hideProcessInformation = true;        security.sudo.extraConfig = ''          Defaults env_keep+="SSH_CLIENT XMONAD_SPAWN_WORKSPACE"          Defaults mailto="${config.krebs.users.tv.mail}" | 
