From 02c1f9378d6648e55e78e6690168e3547168a86e Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 6 Sep 2022 17:49:57 -0500 Subject: [PATCH] Update 'i.sh' --- i.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i.sh b/i.sh index f33ce52..fa9fe27 100644 --- a/i.sh +++ b/i.sh @@ -163,7 +163,9 @@ echo 'session required pam_limits.so' | tee -a /etc/pam.d/runuser-l ## Set ulimit for the shell user cd ~ && echo "ulimit -n 256000" >> .bashrc ; echo "ulimit -n 256000" >> .profile -## Optimise ZFS arc size +# add wireguard module + +echo "wireguard" >> /etc/modules # propagate the setting into the kernel update-initramfs -u -k all