Here's a funny module I wrote that lets you very easily configure your NixOS server to serve simple CGI scripts over HTTP, useful for simple web hooks and such.
It's an example of something Nix is great for: making reusable system modules that involve systemd units, program dependencies, auto-generated configuration files, and so on, all in a very reproducible and hygienic way.
https://github.com/lessrest/restless-cgi
It's an example of something Nix is great for: making reusable system modules that involve systemd units, program dependencies, auto-generated configuration files, and so on, all in a very reproducible and hygienic way.