aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lud.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-27 19:06:43 +0100
committerTimo Wilken2023-01-27 19:10:08 +0100
commite41c3358a7fc1bd1d42a450ca54b9e9f3f5bbf4a (patch)
treeb2371230886670e2a9607a9728b37fca542252c6 /tw/system/lud.scm
parenta827e007b6d2490c97ce1d0d74a570b7df6ad640 (diff)
Allow access by Password Store app on phone
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)