From 628e893f36f3d43286e0e781e017a5c6f17d6d28 Mon Sep 17 00:00:00 2001 From: DavHau Date: Wed, 15 Jan 2025 13:21:50 +0700 Subject: [PATCH] docs/vars: fix syntax error --- docs/site/manual/manage-root-password-via-vars.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/manual/manage-root-password-via-vars.md b/docs/site/manual/manage-root-password-via-vars.md index 1fe270ac5..5dde4604d 100644 --- a/docs/site/manual/manage-root-password-via-vars.md +++ b/docs/site/manual/manage-root-password-via-vars.md @@ -55,7 +55,7 @@ Create a new nix file `root-password.nix` with the following content and import # set the root password to the file containing the hash users.users.root.hashedPasswordFile = # clan will make sure, this path exists - config.clan.vars.generators.root-password.files.password-hash.path; + config.clan.core.vars.generators.root-password.files.password-hash.path; } ``` @@ -91,7 +91,7 @@ Updated var root-password/password-hash With the last step, a new file was created in your repository: `vars/per-machine/my-machine/root-password/password-hash/value` -If the repository is a git repository, a commit was created automaticallyooooo: +If the repository is a git repository, a commit was created automatically: ```shellSession $ git log -n1 commit ... (HEAD -> master)