wireguard_add
This commit is contained in:
parent
5ca1b1837c
commit
71eaf726af
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,10 @@ echo "hardstatus string \"%{=b kw} %?%-Lw%?%{=br kw}[%n %t]%{=b kw}%?%+Lw%? %= %
|
||||||
echo "Install utilities"
|
echo "Install utilities"
|
||||||
pacman -S --noconfirm mc htop screen smartmontools pv
|
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"
|
echo "Set max processes to 1500 in default profile in LXD"
|
||||||
lxc profile set default limits.processes 1500
|
lxc profile set default limits.processes 1500
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue