From a81ed5bd4b596b9968c7cb0c77a601e6b0c2f812 Mon Sep 17 00:00:00 2001 From: Emily Lange Date: Tue, 21 Feb 2023 07:20:30 +0100 Subject: [PATCH] docs: mention nixpkgs on install page (#303) --- src/docs/markdown/install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index 5287d3d..5db8ffa 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -29,6 +29,7 @@ Our [official packages](https://github.com/caddyserver/dist) come only with the - [Ansible](#ansible) - [Scoop](#scoop) - [Termux](#termux) +- [Nix/Nixpkgs/NixOS](#nixnixpkgsnixos) ## Static binaries @@ -169,3 +170,12 @@ _Note: This is a community-maintained installation method._ [**View the Termux build.sh file**](https://github.com/termux/termux-packages/blob/master/packages/caddy/build.sh) + +## Nix/Nixpkgs/NixOS + +_Note: This is a community-maintained installation method._ + +- Package name: [`caddy`](https://search.nixos.org/packages?channel=unstable&show=caddy&query=caddy) +- NixOS module: [`services.caddy`](https://search.nixos.org/options?channel=unstable&show=services.caddy.enable&query=services.caddy) + +[**View Caddy in the Nixpkgs search**](https://search.nixos.org/packages?channel=unstable&show=caddy&query=caddy) and [**the NixOS options search**](https://search.nixos.org/options?channel=unstable&show=services.caddy.enable&query=services.caddy)