mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-12 12:54:25 +00:00
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:
parent
0ed25fc96f
commit
b0e3e8d036
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user