services: Don't include network-online by default.

* modules/rosenthal/services/desktop.scm (%rosenthal-desktop-services/base):
Remove network-online-service-type.
* modules/rosenthal/services/desktop.scm (%rosenthal-desktop-home-services):
Remove home-network-online-service-type.
This commit is contained in:
Hilton Chain 2026-03-09 22:49:07 +08:00
parent 0ed25fc96f
commit b0e3e8d036
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

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