From 3016fcd1c9f91fd354d8e43f80970942b74e88d6 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Mon, 20 Feb 2023 17:31:27 -0700 Subject: systems/axo: add gnome-keyring service Signed-off-by: Kenny Ballou --- systems/axo.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'systems') diff --git a/systems/axo.scm b/systems/axo.scm index 3017dd7f..58cea45b 100644 --- a/systems/axo.scm +++ b/systems/axo.scm @@ -151,6 +151,7 @@ ;; include the X11 log-in service, networking with ;; NetworkManager, and more. (services (append (list (service gnome-desktop-service-type) + (service gnome-keyring-service-type) ;;(geoclue-service) (bluetooth-service #:auto-enable? #t) (service cups-service-type -- cgit v1.2.1