aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/system/cern.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/tw/system/cern.scm b/tw/system/cern.scm
index bff49fce..c7f01413 100644
--- a/tw/system/cern.scm
+++ b/tw/system/cern.scm
@@ -11,6 +11,7 @@
#:use-module (gnu system nss)
#:use-module (guix gexp)
#:use-module (guix packages)
+ #:use-module (tw channels)
#:use-module (tw system))
(use-package-modules certs cups disk docker file-systems gnome kerberos linux
@@ -206,12 +207,11 @@
(service unattended-upgrade-service-type
(unattended-upgrade-configuration
- (schedule "0 21 * * *") ; every night at 22:00
+ (schedule "0 22 * * *") ; every night at 22:00
(maximum-duration (* 40 60)) ; 40 minutes
+ (channels %system-channels)
(operating-system-expression
- #~(begin
- (set! %load-path (cons "/home/twilken/src/guix-decls" %load-path))
- (@ (tw system cern) %cern-system)))
+ #~(@ (tw system cern) %cern-system))
(services-to-restart
;; Anything that won't cause disruption when restarting.
'(mcron earlyoom thermald))))
@@ -243,7 +243,7 @@
"ip-time-1.cern.ch"
"ip-time-2.cern.ch"))))
- (modify-services %desktop-services
+ (modify-services (append %system-channel-services %desktop-services)
(gdm-service-type
config =>
(gdm-configuration