README.md: Fix silly typos :/

This commit is contained in:
Zhaofeng Li 2021-02-09 14:30:50 -08:00
parent 84aa165aef
commit a703a8b031

View file

@ -77,7 +77,7 @@ Here is a sample `hive.nix` with two nodes, with some common configurations appl
} }
``` ```
The full set of options can be found at `src/eval.nix`. The full set of options can be found at `src/nix/eval.nix`.
Run `colmena build` in the same directory to build the configuration, or do `colmena apply` to deploy it to all nodes. Run `colmena build` in the same directory to build the configuration, or do `colmena apply` to deploy it to all nodes.
## `colmena introspect` ## `colmena introspect`
@ -167,7 +167,7 @@ For example, to deploy ACME credentials for use with `security.acme`:
PDNS_API_KEY=top-secret-api-key PDNS_API_KEY=top-secret-api-key
''; '';
destDir = "/run/keys"; # Default: /run/keys destDir = "/run/keys"; # Default: /run/keys
owner = "acme"; # Default: root user = "acme"; # Default: root
group = "nginx"; # Default: root group = "nginx"; # Default: root
mode = "0640"; # Default: 0600 mode = "0640"; # Default: 0600
}; };