From 89e20452a9726f2f51a9634a9704e1e7665999fc Mon Sep 17 00:00:00 2001 From: ORG-wiki Date: Mon, 13 Jun 2022 20:53:30 +1200 Subject: [PATCH] Wiki page arch_linux changed with summary [add wifi option after reboot] by Daniel --- pages/en/server/operating_systems/arch_linux.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/en/server/operating_systems/arch_linux.txt b/pages/en/server/operating_systems/arch_linux.txt index 68ca005..1127bcf 100644 --- a/pages/en/server/operating_systems/arch_linux.txt +++ b/pages/en/server/operating_systems/arch_linux.txt @@ -361,4 +361,12 @@ umount -R /mnt reboot +=== (Optional) Connect to wifi if needed === + + +nmcli d wifi list +nmcli dev wifi connect SSID password 'password' + + + Congratulation 🍻 The server part is done! Continue with [[en:desktop:environments:kde|KDE]] if you want to install a desktop environment. Also create a [[en:backup:server|backup]]. \ No newline at end of file