diff --git a/modules/rosenthal/services/desktop.scm b/modules/rosenthal/services/desktop.scm index 8139417..d68276a 100644 --- a/modules/rosenthal/services/desktop.scm +++ b/modules/rosenthal/services/desktop.scm @@ -643,9 +643,7 @@ gtk-key-theme-name = ~a~%" gdm-service-type sddm-service-type)) - (cons* (service network-online-service-type) - - (service bluetooth-service-type + (cons* (service bluetooth-service-type (bluetooth-configuration (auto-enable? #t))) @@ -718,8 +716,6 @@ gtk-key-theme-name = ~a~%" (auto-start? #f) (daemonize? #f))) - (service home-network-online-service-type) - ;; NOTE: The environment variable set by ‘home-dbus-service-type’ will ;; prevent GNOME from starting when using above Shepherd configuration. ;; Replace ‘home-dbus-service-type’, expecting the session bus will be