nixos: services: woodpecker: exec: fix NodeJS
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
I need it for Tree Sitter support...
This commit is contained in:
parent
6b51b4e2ab
commit
6efe2c12ba
|
@ -44,6 +44,8 @@ in
|
|||
serviceConfig = {
|
||||
# Same option as upstream, without @setuid
|
||||
SystemCallFilter = lib.mkForce "~@clock @privileged @cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap";
|
||||
# NodeJS requires RWX memory...
|
||||
MemoryDenyWriteExecute = lib.mkForce false;
|
||||
|
||||
BindPaths = [
|
||||
"/nix/var/nix/daemon-socket/socket"
|
||||
|
|
Loading…
Reference in a new issue