Rename service settings for 'node' to 'nodejs' to avoid confusion

This commit is contained in:
Jonas Nick
2019-05-03 10:44:16 +00:00
parent 469c1de6a9
commit e1ee5023e2
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ let
in
{
inherit defaultHardening;
# node applications apparently rely on memory write execute
node = { MemoryDenyWriteExecute = "false"; };
# nodejs applications apparently rely on memory write execute
nodejs = { MemoryDenyWriteExecute = "false"; };
# Allow tor traffic. Allow takes precedence over Deny.
allowTor = {
IPAddressAllow = "127.0.0.1/32 ::1/128";