docs/site: fix link to "Declarative host management"

This commit is contained in:
Gabriel Arazas 2023-12-05 10:42:02 +08:00
parent 45ca261ac5
commit 9396069680
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -3,7 +3,7 @@ title: Declarative user management
---
= Declarative user management
Similarly to xref:../02-declarative-user-management/index.adoc[Declarative host management], this project also provides a way to declare home-manager users.
Similarly to xref:../02-declarative-host-management/index.adoc[Declarative host management], this project also provides a way to declare home-manager users.
The `users.toml` sits in the project root expecting certain data.
Similar to `images.toml`, it expects a table of users with each representing one of the users from github:{github-repo}[`./users/home-manager/`, path=./users/home-manager/, rev=master].
These are then included as part of `homeConfigurations` for easier installation with the standalone home-manager tool.