docs/configure: Fix erroneous option attribute

Fixes: 3094
This commit is contained in:
a-kenji
2025-03-22 13:05:55 -07:00
parent 82da5b6734
commit 709d773768

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>