From 9275932206f52300713f32ec19fd42248afb0f65 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 1 Mar 2023 14:36:08 +0100 Subject: Fix auto-restarted services list --- tw/system/cern.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tw/system/cern.scm b/tw/system/cern.scm index 15709bd2..5d9cba18 100644 --- a/tw/system/cern.scm +++ b/tw/system/cern.scm @@ -194,7 +194,7 @@ (@ (tw system lap) %lap-system))) (services-to-restart ;; Anything that won't cause disruption when restarting. - '(syncthing-timo earlyoom thermald tlp wireguard-wg0 mcron)))) + '(mcron earlyoom thermald)))) (simple-service 'disk-maintenance mcron-service-type ;; I don't think jobs run on boot if they would have run when the -- cgit v1.2.3