alpha
Login
or
Join now
mitchellh.com
/
tack
Star
2
Fork
10
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Stitch any CI into Tangled
Star
2
Fork
10
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tack
/
nix
/
at
main
1 folder
Mitchell Hashimoto
nix: add extraServiceConfig escape hatch
7w ago
96ae2635
modules
nix: add extraServiceConfig escape hatch Adds an `extraServiceConfig` option to the NixOS module that is merged into the systemd service's `serviceConfig` after the module's defaults. This lets operators set arbitrary `[Service]` settings, most notably resource limits like `MemoryMax` and `CPUQuota`, without needing to fork the module, and also lets them override any of the defaults we set out of the box (e.g. to relax a sandboxing knob). Implemented as `attrsOf unspecified` merged with `//` so the user's attrs win on conflict.
1 month ago