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.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/tw/system/lud.scm b/tw/system/lud.scm
index 5cba755b..f7787843 100644
--- a/tw/system/lud.scm
+++ b/tw/system/lud.scm
@@ -228,10 +228,12 @@ ProxyPass \"/\" \"https://127.0.0.1:48448/\"
;; services, run 'guix system search KEYWORD' in a terminal.
(services
(append
- (list (simple-service 'duplicity-backup-access openssh-service-type
+ (list (simple-service 'extra-access openssh-service-type
`(("ira" ; for Duplicity backups
,(local-file "files/kitchen-pc.pub")
- ,(local-file "files/wilken-laptop.pub"))))
+ ,(local-file "files/wilken-laptop.pub"))
+ ("timo" ; for Password Store app on phone
+ ,(local-file "files/timo-phone-password-store.pub"))))
(service tor-service-type)