1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Enable cgroups delegation for systemd

This commit is contained in:
Parker Hoyes 2024-09-03 19:07:18 +00:00
parent 1073a8effa
commit 62a99049c4

View file

@ -11,6 +11,7 @@ ExecStart=@@bindir@/nix-daemon nix-daemon --daemon
KillMode=process KillMode=process
LimitNOFILE=1048576 LimitNOFILE=1048576
TasksMax=1048576 TasksMax=1048576
Delegate=yes
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target