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
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -373,7 +373,6 @@ in
serviceConfig = {
Type = "oneshot";
MemoryDenyWriteExecute = true;
PrivateDevices = true;
PrivateNetworks = true;
ProtectControlGroups = true;