From 3527935ff45f7ab32599613537834f21458eb78f Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Tue, 7 Nov 2023 12:09:47 +0100 Subject: [PATCH] Enable cups at initialization --- .init_config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.init_config.sh b/.init_config.sh index 28e432d..35eadf4 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -106,6 +106,7 @@ if [ ! -z "$INIT" ]; then echo -e "* Enabling required systemd units..." sudo systemctl enable --now NetworkManager sudo systemctl enable --now systemd-timesyncd + sudo systemctl enable --now cups # iwd will be used as a backend for NetworkManager sudo systemctl disable wpa_supplicant echo -e "* Ensure hardware clock is up to date..."