nixos/guix: remove Service.MemoryDenyWriteExecute for GC service

Guile 3 uses JIT needing write and execute permissions.
This commit is contained in:
Gabriel Arazas
2023-12-12 10:19:37 +08:00
parent b576bc2681
commit 5fb40a5816
@@ -373,7 +373,6 @@ in
serviceConfig = {
Type = "oneshot";
MemoryDenyWriteExecute = true;
PrivateDevices = true;
PrivateNetworks = true;
ProtectControlGroups = true;