diff --git a/zamba.conf b/zamba.conf index 3189d6d..3a0161e 100644 --- a/zamba.conf +++ b/zamba.conf @@ -60,9 +60,15 @@ LXC_PWD="MYPASSWD" # SSH-Key to add to authorized_keys LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx" -# Define your favorite tools, you always want to have installed on your linux systems +# Define some optional packages to install (your favourite tools on linux systems) LXC_TOOLSET="net-tools dnsutils mc sysstat lsb-release curl git" +# Define system timezone on LXC container +LXC_TIMEZONE="Europe/Berlin" + +# Define system language on LXC container (locales) +LXC_LOCALE="de_DE.utf8" + ############### Zamba-Server-Section ############### # Domain Entries to samba/smb.conf. Will be also uses for samba domain-provisioning when zmb-pdc will choosen.