summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-calamares-theme/etc')
-rw-r--r--raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf
index 4db0501..54f6a52 100644
--- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf
+++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf
@@ -6,7 +6,7 @@ script:
- command: "systemctl enable iwd.service || true"
- command: "systemctl enable bluetooth.service || true"
- command: "systemctl enable sddm.service || true"
- - command: "systemctl enable gdm.service || true"
+ - command: "systemctl disable gdm.service || true"
- command: "systemctl enable cosmic-greeter.service || true"
- command: "mkdir -p /etc/NetworkManager/conf.d && printf '[device]\nwifi.backend=iwd\n' > /etc/NetworkManager/conf.d/wifi_backend.conf || true"
- command: "mkdir -p /etc/iwd && printf '[General]\nEnableNetworkConfiguration=false\n' > /etc/iwd/main.conf || true"