From 3b8f0f6dd006f41276ae3c6d93c90e01747f4244 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 1 Mar 2023 16:27:34 +0100 Subject: Fix unattended-upgrade --- tw/system/cern.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tw/system/cern.scm') diff --git a/tw/system/cern.scm b/tw/system/cern.scm index 99620bae..df99225b 100644 --- a/tw/system/cern.scm +++ b/tw/system/cern.scm @@ -190,8 +190,8 @@ (maximum-duration (* 40 60)) ; 40 minutes (operating-system-expression #~(begin - (set! %load-path (cons "/home/timo/src/guix-decls" %load-path)) - (@ (tw system lap) %lap-system))) + (set! %load-path (cons "/home/twilken/src/guix-decls" %load-path)) + (@ (tw system cern) %cern-system))) (services-to-restart ;; Anything that won't cause disruption when restarting. '(mcron earlyoom thermald)))) -- cgit v1.2.3