diff --git a/setup-usl-mm b/setup-usl-mm index 7ebd6ed..dc32621 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -164,6 +164,10 @@ echo "hardstatus string \"%{=b kw} %?%-Lw%?%{=br kw}[%n %t]%{=b kw}%?%+Lw%? %= % echo "Install utilities" pacman -S --noconfirm mc htop screen smartmontools pv +echo "Setting-up wireguard" +pacman -S wireguard-dkms wireguard-tools +lxc profile set default linux.kernel_modules wireguard + echo "Set max processes to 1500 in default profile in LXD" lxc profile set default limits.processes 1500