I'm tired

This page summarizes the projects mentioned and recommended in the original post on /r/linux

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nixpkgs

    Nix Packages collection & NixOS

  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts