summaryrefslogtreecommitdiff
path: root/tw/system/cern.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-03-01 16:27:34 +0100
committerTimo Wilken2023-03-04 19:24:12 +0100
commit3b8f0f6dd006f41276ae3c6d93c90e01747f4244 (patch)
treef7989fa81c27e1eb701c00acaa136155770a5f54 /tw/system/cern.scm
parent267c12fa4f0b92b6011fe0bc7ce43dc5d1b1a85e (diff)
Fix unattended-upgrade
Diffstat (limited to 'tw/system/cern.scm')
-rw-r--r--tw/system/cern.scm4
1 files changed, 2 insertions, 2 deletions
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))))