From 69f6e8b644b6773e0846a777c609890f192accbb Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 17 Apr 2023 16:33:23 +0200 Subject: Allow access for Syncopoli backups from phone --- tw/system/lud.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index 79b4d9d2..8412c3a8 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -77,8 +77,9 @@ SSLSessionCacheTimeout 1200 `(("ira" ; for Duplicity backups ,(local-file "files/kitchen-pc.pub") ,(local-file "files/wilken-laptop.pub")) - ("timo" ; for Password Store app on phone - ,(local-file "files/timo-phone-password-store.pub")))) + ("timo" + ,(local-file "files/timo-phone-password-store.pub") + ,(local-file "files/timo-phone-syncopoli.pub")))) (service tor-service-type) @@ -177,13 +178,7 @@ innodb_io_capacity = 4000 ;; The list of user accounts ('root' is implicit). (users - (cons* (user-account ; TODO: merge with "timo"? - (name "timo-phone") - (comment "Backups of Timo's phone") - (group "users") - (home-directory "/var/backups/timo-phone") - (shell (file-append bash-minimal "/bin/sh"))) - (user-account + (cons* (user-account (name "ira") (comment "Ira Wilken") (group "users") -- cgit v1.2.3