We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MemoryDenyWriteExecute
1 parent 8b21fa3 commit a645c39Copy full SHA for a645c39
modules/nethermind/default.nix
@@ -137,6 +137,8 @@ in {
137
User = serviceName;
138
StateDirectory = serviceName;
139
ExecStart = "${cfg.package}/bin/nethermind ${scriptArgs}";
140
+
141
+ MemoryDenyWriteExecute = false;
142
}
143
(mkIf (cfg.args.modules.JsonRpc.JwtSecretFile != null) {
144
LoadCredential = ["jwtsecret:${cfg.args.modules.JsonRpc.JwtSecretFile}"];
0 commit comments