From 52423fcc9a57399f33e7b6789d48081d6f929843 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 22 Jul 2025 12:31:08 +0100 Subject: [PATCH] updated toml --- kiosk_skeleton/boot/custom.toml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/kiosk_skeleton/boot/custom.toml b/kiosk_skeleton/boot/custom.toml index f18f19d..0c5e9f9 100644 --- a/kiosk_skeleton/boot/custom.toml +++ b/kiosk_skeleton/boot/custom.toml @@ -7,18 +7,6 @@ config_version = 1 # Set the hostname for the device on the network. 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] # --- Wi-Fi Configuration --- # Replace with your Wi-Fi network name (SSID) and password. @@ -27,7 +15,7 @@ password = "YOUR_WIFI_PASSWORD" password_encrypted = false hidden = false # Set your 2-letter ISO 3166-1 country code (e.g., US, GB, DE). -country = "US" +country = "GB" [locale] keymap = "us"