summaryrefslogtreecommitdiff
path: root/tw/system
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system')
-rw-r--r--tw/system/vin.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tw/system/vin.scm b/tw/system/vin.scm
index 651fe528..75704d59 100644
--- a/tw/system/vin.scm
+++ b/tw/system/vin.scm
@@ -156,6 +156,9 @@
(unattended-upgrade-configuration
(schedule "22 07 * * sat") ; 07:22 every Saturday morning
(maximum-duration (* 40 60)) ; 40 minutes to allow for slow downloads
+ (services-to-restart
+ '(mcron wireguard-wg0 syncthing-timo postgresql hledger-dashboard
+ prometheus-node-exporter restic-server))
(channels %system-channels)
(operating-system-expression
#~(@ (tw system vin) %vin-system))))