From a56bdba05f21d75dc4b0fad74d3912c384d5c6c5 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 27 Mar 2024 17:03:29 -0500 Subject: Configure channels through guix-configuration In recent versions, it seems Guix silently overwrites any custom /etc/guix/channels.scm file, so configure channels though Guix' configuration. --- tw/system/lap.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw/system/lap.scm') diff --git a/tw/system/lap.scm b/tw/system/lap.scm index 89a0014c..a8f3fad9 100644 --- a/tw/system/lap.scm +++ b/tw/system/lap.scm @@ -207,7 +207,7 @@ (unattended-upgrade-configuration (schedule "0 21 * * *") ; every night at 21:00, when the laptop is turned on (maximum-duration (* 40 60)) ; 40 minutes to allow for slow downloads - (channels %system-channels) + (channels #~(@ (tw channels) %system-channels)) (operating-system-expression #~(@ (tw system lap) %lap-system)) (services-to-restart -- cgit v1.2.3