security: don't restrict process info by default for module users

This commit is contained in:
Erik Arvstedt 2020-08-20 13:11:10 +02:00
parent a36789b468
commit 44de5064cd
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 36 additions and 31 deletions

View file

@ -42,8 +42,7 @@ in {
networking.firewall.enable = true;
# hideProcessInformation even if hardened kernel profile is disabled
security.hideProcessInformation = true;
nix-bitcoin.security.hideProcessInformation = true;
# Tor
services.tor = {