From 2d7a63351ba19e22463e583600ab091fe3c16985 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 21 Oct 2022 00:40:31 +0200 Subject: Fix home-channels declaration --- home-configuration.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index 7a82796f..3d54e558 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -461,8 +461,8 @@ ProxyJump \"twilken@lxplus.cern.ch\" (identity-file "~/.ssh/cern_id_rsa") (extra-content (cern-extra-content #t)))))))) - (service - home-channels-service-type + (simple-service ; this can't be a `service' as that would remove the 'guix channel + 'nonfree-channels home-channels-service-type (list ;; Nonguix is also needed system-wide for non-free drivers! (channel -- cgit v1.2.3