|
|
(3 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| Modular services are an experimental feature added to NixOS between the 25.05 and 25.11 releases.
| |
|
| |
|
| For official documentation see the [https://nixos.org/manual/nixos/unstable/#modular-services NixOS Manual].
| |
|
| |
| This page exists to used to collect experiences and recommendations for using this feature that would not fit well in the NixOS manual.
| |
|
| |
| == Do's ==
| |
|
| |
| == Do not Do's ==
| |
|
| |
| == Research Topics ==
| |
|
| |
| === "One-shot" services ===
| |
| Some services run to completion and should not be restarted.
| |
|
| |
| Should these services we be wrapped in scripts that never return?
| |
|
| |
| === Secrets management ===
| |
|
| |
| How to load secrets without depending on specific service managers?
| |
|
| |
| === User management ===
| |
|
| |
| How to create new users?
| |
|
| |
| === Security hardening ===
| |
|
| |
| Best practices for privilege de-escalation?
| |