Merge pull request 'docs/configure: Fix erroneous option attribute' (#3099) from kenji/clan-core:docs-fix-3094 into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3099
This commit is contained in:
kenji
2025-03-22 23:27:16 +00:00

View File

@@ -99,7 +99,7 @@ Adding or configuring a new machine requires two simple steps:
]; ];
# Put your username here for login # Put your username here for login
users.users.user.username = "__YOUR_USERNAME__"; users.users.user.name = "__YOUR_USERNAME__";
# Set this for clan commands that use ssh # Set this for clan commands that use ssh
# If you change the hostname, you need to update this line to root@<new-hostname> # If you change the hostname, you need to update this line to root@<new-hostname>