summaryrefslogtreecommitdiff
path: root/tw/system/lud.scm
diff options
context:
space:
mode:
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")