docs/configure: Fix erroneous option attribute

Fixes: 3094
This commit is contained in:
a-kenji
2025-03-22 13:05:55 -07:00
parent af15a0eb97
commit a00377b7c1

View File

@@ -99,7 +99,7 @@ Adding or configuring a new machine requires two simple steps:
];
# 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
# If you change the hostname, you need to update this line to root@<new-hostname>