summaryrefslogtreecommitdiff
path: root/tw/system
diff options
context:
space:
mode:
authorTimo Wilken2023-10-10 00:24:00 +0200
committerTimo Wilken2023-10-28 20:09:41 +0200
commit9eae00f2a76dc1bf62c70080805ff2e1522c1a7a (patch)
treee135d60adb68fdf965a3795d65f81d9913e0ad39 /tw/system
parentffefb628e35537c1414169bdd88c219530a03bf3 (diff)
Store Nextcloud backups in restic repo
Replace the Nextcloud backup shell script with a Guile program that writes to a restic repository instead.
Diffstat (limited to 'tw/system')
-rw-r--r--tw/system/lud.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/tw/system/lud.scm b/tw/system/lud.scm
index 433219a4..11f7f3da 100644
--- a/tw/system/lud.scm
+++ b/tw/system/lud.scm
@@ -64,7 +64,6 @@ SSLSessionCacheTimeout 1200
(packages
(cons*
ffmpeg tor ; for video downloader
- mariadb ; for Nextcloud backup script
;; For Nextcloud. PHP modules must be installed in system
;; profile, as that's referred to in Nextcloud's php.ini.
php php-apcu php-imagick openssl ; curl is in `%base-system-packages'