Our great sponsors
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Access the most powerful time series database as a service
-
It can be somewhat of a pain, yeah. If there is an existing option for NixOS though, search.nixos.org also tends to link to the source in nixpkgs so you can check exactly how it's setup. This tells you e.g. the systemd service name, and how configuration is written for the option. For instance, with nagios, the service is defined here. search.nixos.org shows all the declared options, which are declared in the options = { section in the source. The actual "implementation" is in the section declared in config = {. The above generally holds true for every option. Things do get more dicey though when there isn't a pre-existing module declaring nixos options for you to use.
-
It can be somewhat of a pain, yeah. If there is an existing option for NixOS though, search.nixos.org also tends to link to the source in nixpkgs so you can check exactly how it's setup. This tells you e.g. the systemd service name, and how configuration is written for the option. For instance, with nagios, the service is defined here. search.nixos.org shows all the declared options, which are declared in the options = { section in the source. The actual "implementation" is in the section declared in config = {. The above generally holds true for every option. Things do get more dicey though when there isn't a pre-existing module declaring nixos options for you to use.
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.