mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-12 21:04:22 +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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user