diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2021-12-29 17:41:54 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2021-12-29 17:41:54 +0000 |
commit | de32392b1c2977537f7f240367806f400ff2831b (patch) | |
tree | da39c8e3202a877b3bd17ed3f7f6f49f0a1f1b70 | |
parent | 11a2e33b48d1b6f120b6c189d0ed0ff190b33ebd (diff) |
services: rtkit: add polkit extension
-rw-r--r-- | yellowsquid/services/rtkit.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yellowsquid/services/rtkit.scm b/yellowsquid/services/rtkit.scm index 65f4f5a..998e967 100644 --- a/yellowsquid/services/rtkit.scm +++ b/yellowsquid/services/rtkit.scm @@ -22,6 +22,8 @@ (extensions (list (service-extension dbus-root-service-type list) + (service-extension polkit-service-type + list) (service-extension account-service-type (const %rtkit-accounts)))) (default-value rtkit) |