Extend NixOS: Difference between revisions
Change spelling |
→Quick Implementation: Use current channel for search.nixos.org link Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
| Line 24: | Line 24: | ||
== Quick Implementation == | == Quick Implementation == | ||
NixOS provides [https://search.nixos.org/options? | NixOS provides [https://search.nixos.org/options?show=systemd a systemd module] with a wide variety of configuration options. A small number of those (which you can check out on [[ NixOS search ]]) allows us to implement this little snippet within our {{ic|configuration.nix}}: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||