diff --git a/zamba.conf b/zamba.conf index 4350deb..0967898 100644 --- a/zamba.conf +++ b/zamba.conf @@ -25,7 +25,7 @@ LXC_SHAREFS_MOUNTPOINT="tank" # Define whether the container will be created in unprivileged (1) or privileged (0) mode # For 'zmb_standalone', 'zmb_pdc', 'zmb_member' and 'mailpiler' the container needs to be created with 'unprivileged=0' -LXC_UNPRIVILEGED="1" +LXC_UNPRIVILEGED="0" # Size of the RAM assigned to the container LXC_MEM="1024" @@ -49,7 +49,7 @@ LXC_GW="10.10.80.10" LXC_DNS="10.10.80.10" # Networkbridge for this container -LXC_BRIDGE="vmbr80" +LXC_BRIDGE="vmbr0" # Optional VLAN number for this container LXC_VLAN="" @@ -61,7 +61,7 @@ LXC_PWD='S3cr3tp@ssw0rd' LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx" # Define some optional packages to install (your favourite tools on linux systems) -LXC_TOOLSET="vim htop net-tools dnsutils mc sysstat lsb-release curl git" +LXC_TOOLSET="vim htop net-tools dnsutils mc sysstat lsb-release curl git gpg apt-transport-https" # Define system timezone on LXC container LXC_TIMEZONE="Europe/Berlin"