Correct characters gitea doesn't like

This commit is contained in:
Andreas Zweili 2023-06-07 23:55:58 +02:00
parent f377bd81b5
commit 9094ac10ce
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
# Disable the root user
users.users.root.hashedPassword = "!";
# Define a user account. Don't forget to set a password with passwd.
# Define a user account. Don't forget to set a password with `passwd`.
users.users.${config.az-username} = {
isNormalUser = true;
initialPassword = "password";