nixos/doc: fix typos

This commit is contained in:
Ben Siraphob
2025-09-02 21:47:38 -07:00
parent 78f10f55a2
commit 64fb0fc99b
8 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ to serve ACME certificate requests.
## "Snake oil" certs
The snake oil certs are hard coded into the repo for reasons explained [here](https://github.com/NixOS/nixpkgs/pull/91121#discussion_r505410235).
The snake oil certs are hard-coded into the repo for reasons explained [here](https://github.com/NixOS/nixpkgs/pull/91121#discussion_r505410235).
The root of the issue is that Nix will hash the derivation based on the arguments
to mkDerivation, not the output. [Minica](https://github.com/jsha/minica) will
always generate a random certificate even if the arguments are unchanged. As a