Skip to content

Commit

Permalink
Fix broken indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nblock committed Dec 4, 2024
1 parent 0d3cf74 commit d2a86b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.github/workflows/test-integration-v2*
docs/about/features.md
docs/ref/configuration.md
docs/ref/remote-cli.md
6 changes: 3 additions & 3 deletions docs/ref/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

- Headscale loads its configuration from a YAML file
- It searches for `config.yaml` in the following paths:
- `/etc/headscale`
- `$HOME/.headscale`
- the current working directory
- `/etc/headscale`
- `$HOME/.headscale`
- the current working directory
- Use the command line flag `-c`, `--config` to load the configuration from a different path
- Validate the configuration file with: `headscale configtest`

Expand Down

0 comments on commit d2a86b1

Please sign in to comment.