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. >cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/machine/digital-ocean.scm
AgeCommit message (Expand)Author
2021-06-20services: openssh: Replace 'without-password' by 'prohibit-password'....Brice Waegeneire
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-02-09Update e-mail address for Jakob L. Kreuze....Tobias Geerinckx-Rice
2019-10-22machine: digital-ocean: Rename 'enable-ipv6' to 'enable-ipv6?'....Ludovic Courtès
2019-10-22machine: Implement 'digital-ocean-environment-type'....Jakob L. Kreuze