10 lines
369 B
TOML
10 lines
369 B
TOML
# Example password: soi
|
|
# Create a hash with mkpasswd
|
|
install_admin_password = "$y$j9T$h5VhMd4KkdmbxdZD1gO0N/$1hvwZgO8pQw13Xd6jaNXbtkbqVOC4W/ia/KXOcCGYvB"
|
|
|
|
# Example password: soi
|
|
contestant_root_password = "$y$j9T$h5VhMd4KkdmbxdZD1gO0N/$1hvwZgO8pQw13Xd6jaNXbtkbqVOC4W/ia/KXOcCGYvB"
|
|
|
|
# WiFi passwords must be at least 8 characters
|
|
contestant_wifi_password = "12345678"
|