aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lud.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-04-17 16:33:23 +0200
committerTimo Wilken2023-04-21 14:31:33 +0200
commit69f6e8b644b6773e0846a777c609890f192accbb (patch)
tree54c7f4cd690ab24d8784b22af5dd1e5e91ede7f3 /tw/system/lud.scm
parent043d2da63b10bddafa9aa7c4855dd01dac76c216 (diff)
Allow access for Syncopoli backups from phone
Diffstat (limited to 'tw/system/lud.scm')
-rw-r--r--tw/system/lud.scm13
1 files changed, 4 insertions, 9 deletions
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")