remove MemoryDenyWriteExecute from nix-daemon
Some home manager modules requiring luajit wont compile with this enabled
This commit is contained in:
parent
356daee7d1
commit
66c9360135
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
"~@raw-io"
|
||||
];
|
||||
LockPersonality = true;
|
||||
MemoryDenyWriteExecute = true;
|
||||
# MemoryDenyWriteExecute = true;
|
||||
DevicePolicy = "closed";
|
||||
UMask = 0077;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue