aboutsummaryrefslogtreecommitdiff
path: root/tw/system/cern.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-03-27 17:03:29 -0500
committerTimo Wilken2024-03-27 17:03:29 -0500
commita56bdba05f21d75dc4b0fad74d3912c384d5c6c5 (patch)
treeb165d7518e01d651735e9d9acc47c1eaa3566493 /tw/system/cern.scm
parentb992616be8836b5675e50c944b7eea451074ef20 (diff)
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.
Diffstat (limited to 'tw/system/cern.scm')
-rw-r--r--tw/system/cern.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/system/cern.scm b/tw/system/cern.scm
index c7f01413..c46b2dc8 100644
--- a/tw/system/cern.scm
+++ b/tw/system/cern.scm
@@ -209,7 +209,7 @@
(unattended-upgrade-configuration
(schedule "0 22 * * *") ; every night at 22:00
(maximum-duration (* 40 60)) ; 40 minutes
- (channels %system-channels)
+ (channels #~(@ (tw channels) %system-channels))
(operating-system-expression
#~(@ (tw system cern) %cern-system))
(services-to-restart