Extend NixOS: Difference between revisions

Claes (talk | contribs)
Change spelling
Pigs (talk | contribs)
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?channel=23.05&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}}:
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">