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/vin.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw/system/vin.scm') diff --git a/tw/system/vin.scm b/tw/system/vin.scm index 6a72026d..02a4bbcb 100644 --- a/tw/system/vin.scm +++ b/tw/system/vin.scm @@ -263,7 +263,7 @@ (services-to-restart '(mcron wireguard-wg0 syncthing-timo postgresql hledger-dashboard prometheus-node-exporter restic-server)) - (channels %system-channels) + (channels #~(@ (tw channels) %system-channels)) (operating-system-expression #~(@ (tw system vin) %vin-system)))) -- cgit v1.2.3