GNU Guix consists of Scheme code that implements the deployment model of the Nix package management tool. In fact, it currently talks to a build daemon whose code comes from Nix (see the manual for details.) Nix was initially written by Eelco Dolstra; other people have been contributing to it. See `nix/AUTHORS' for details. The list of GNU Guix contributors is now generated from the output of 'git log' and written to this file, as can be seen in release tarballs. src='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/web.scm
AgeCommit message (Expand)Author
2023-12-22services: Remove unnecessary references to (gnu build shepherd)....Ludovic Courtès
2023-12-14services: hpcguix-web: Add ‘configuration’ action....Ludovic Courtès
2023-12-03gnu: gmnisrv: Fix typo....Michal Atlas
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’....Janneke Nieuwenhuizen
2023-07-02services: nginx: Harden php-location settings....Bruno Victal
2023-04-11services: nginx: Add reopen action....Bruno Victal
2023-04-11services: nginx: Make logging level configurable....Bruno Victal
2023-01-22services: hpcguix-web: Provide default values....Ludovic Courtès
2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès
2022-11-17services: Streamline or eliminate some match-lambda patterns....Maxim Cournoyer
2022-10-18services: nginx: Improve reload action documentation....EuAndreh via Guix-patches via
2022-10-18services: nginx: Use nginx-action over inline gexp....EuAndreh via Guix-patches via
2022-10-13services: nginx: Add reload action....EuAndreh
2022-10-04services: anonip: Bail out when the input is not a FIFO....Ludovic Courtès
2022-09-26services: nginx: Don't emit empty fields...Simen Endsjø