wireguard_add

This commit is contained in:
Milan Meduna 2020-04-27 22:13:18 +02:00
parent 5ca1b1837c
commit 71eaf726af
1 changed files with 4 additions and 0 deletions

View File

@ -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