summaryrefslogtreecommitdiff
path: root/system/security.nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-05-03 14:35:34 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-05-03 14:35:34 -0600
commit0ab94bc9615801afecc4be268bd0b8fbf7a7fe32 (patch)
tree7d2728da6998ea67425e2e88dbfa0ac424eb1cf6 /system/security.nix
parentf1163df1851aff6ac558375f2d6da391a9f5c57c (diff)
downloadcfg.nix-0ab94bc9615801afecc4be268bd0b8fbf7a7fe32.tar.gz
cfg.nix-0ab94bc9615801afecc4be268bd0b8fbf7a7fe32.tar.xz
update channel: use nixos-unstable
Using `nixos-unstable` channel, various configuration keys have changed and need to be updated to build system configuration. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'system/security.nix')
-rw-r--r--system/security.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/security.nix b/system/security.nix
index 486f714..a31d7fb 100644
--- a/system/security.nix
+++ b/system/security.nix
@@ -1,4 +1,3 @@
{ config, ... }:
{
- security.hideProcessInformation = true;
}