mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
services: connman: Add polkit hooks for connman.
* gnu/services/networking.scm (connman-service-type): Extend the polkit-service-type with actions from connman.
This commit is contained in:
parent
19f20f4ffe
commit
d8ac798701
1 changed files with 2 additions and 0 deletions
|
@ -954,6 +954,8 @@ (define connman-service-type
|
|||
(extensions
|
||||
(list (service-extension shepherd-root-service-type
|
||||
connman-shepherd-service)
|
||||
(service-extension polkit-service-type
|
||||
connman-package)
|
||||
(service-extension dbus-root-service-type
|
||||
connman-package)
|
||||
(service-extension activation-service-type
|
||||
|
|
Loading…
Reference in a new issue