mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-07-28 03:00:16 +01:00
updated toml
This commit is contained in:
parent
3f6dfb9017
commit
52423fcc9a
@ -7,18 +7,6 @@ config_version = 1
|
|||||||
# Set the hostname for the device on the network.
|
# Set the hostname for the device on the network.
|
||||||
hostname = "kioskpi"
|
hostname = "kioskpi"
|
||||||
|
|
||||||
[user]
|
|
||||||
# This will set the password for the default "pi" user.
|
|
||||||
# For security, it is highly recommended to change this.
|
|
||||||
name = "pi"
|
|
||||||
password = "raspberry"
|
|
||||||
password_encrypted = false
|
|
||||||
|
|
||||||
[ssh]
|
|
||||||
# Enables the SSH server for remote access.
|
|
||||||
enabled = true
|
|
||||||
password_authentication = true
|
|
||||||
|
|
||||||
[wlan]
|
[wlan]
|
||||||
# --- Wi-Fi Configuration ---
|
# --- Wi-Fi Configuration ---
|
||||||
# Replace with your Wi-Fi network name (SSID) and password.
|
# Replace with your Wi-Fi network name (SSID) and password.
|
||||||
@ -27,7 +15,7 @@ password = "YOUR_WIFI_PASSWORD"
|
|||||||
password_encrypted = false
|
password_encrypted = false
|
||||||
hidden = false
|
hidden = false
|
||||||
# Set your 2-letter ISO 3166-1 country code (e.g., US, GB, DE).
|
# Set your 2-letter ISO 3166-1 country code (e.g., US, GB, DE).
|
||||||
country = "US"
|
country = "GB"
|
||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
keymap = "us"
|
keymap = "us"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user