aboutsummaryrefslogtreecommitdiff
path: root/tw/system/vin.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/vin.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/vin.scm')
-rw-r--r--tw/system/vin.scm2
1 files changed, 1 insertions, 1 deletions
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))))