aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-01-15 15:09:43 +0100
committerTimo Wilken2024-01-15 15:17:28 +0100
commitc5bab0a8e2b9eb87f178290d6b2b6dc0b18e6e7e (patch)
tree1351bff3d5c53af72f047225a1597701453d78e7
parentbc7f9e5a4a2b0f3cda8e0fc8411a5b9ea1d4688b (diff)
Use published channel on work machine
-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