mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: %desktop-services: Use polkit-service-type.
* gnu/services/desktop.scm (%desktop-services): Replace polkit-service with polkit-service-type.
This commit is contained in:
parent
76a2b2db1a
commit
cc178ac717
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ (define %desktop-services
|
|||
(accountsservice-service)
|
||||
(colord-service)
|
||||
(geoclue-service)
|
||||
(polkit-service)
|
||||
(service polkit-service-type)
|
||||
(elogind-service)
|
||||
(dbus-service)
|
||||
|
||||
|
|
Loading…
Reference in a new issue