From 7ea83ef976e5f62ff03570601f2c5622b7891934 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 19 Mar 2023 11:32:50 +0100 Subject: [PATCH] hosts/kirsty: replace deprecated services --- hosts/kirsty/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/kirsty/system.scm b/hosts/kirsty/system.scm index 73a3536..590300a 100644 --- a/hosts/kirsty/system.scm +++ b/hosts/kirsty/system.scm @@ -93,8 +93,8 @@ (service tor-service-type) ;; Desktop. - (elogind-service) - (udisks-service) + (service elogind-service-type) + (service udisks-service-type) (service upower-service-type) (service alsa-service-type) (service pcscd-service-type)