mirror of
https://github.com/jon4hz/proxmox-ve.git
synced 2025-12-19 23:15:41 +01:00
fix: use swiss locales
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user