fix: use swiss locales

This commit is contained in:
jon4hz
2024-10-02 14:28:12 +02:00
parent d23bed6975
commit 4890ab8209

View File

@@ -1,9 +1,9 @@
# see https://pve.proxmox.com/wiki/Automated_Installation
[global]
keyboard = "en-us"
country = "us"
timezone = "America/New_York"
keyboard = "de-ch"
country = "ch"
timezone = "Europe/Zurich"
fqdn = "pve.example.com"
mailto = "pve@example.com"
root_password = "vagrant"