Skip to content

Commit 57177ec

Browse files
MartinNikovPetarKirov
authored andcommitted
config(modules/nethermind): Set MemoryDenyWriteExecute to false
1 parent 6497847 commit 57177ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/nethermind/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ in {
137137
User = serviceName;
138138
StateDirectory = serviceName;
139139
ExecStart = "${cfg.package}/bin/nethermind ${scriptArgs}";
140+
141+
MemoryDenyWriteExecute = false;
140142
}
141143
(mkIf (cfg.args.modules.JsonRpc.JwtSecretFile != null) {
142144
LoadCredential = ["jwtsecret:${cfg.args.modules.JsonRpc.JwtSecretFile}"];

0 commit comments

Comments
 (0)