inet: description: Connect to the internet check: ping archlinux.org scripts: - echo "Plug in your network cable" - sudo wifi-menu set-clock: description: Set the system clock check: timedatectl status scripts: - timedatectl set-ntp true depends_on: [inet]