From e41c3358a7fc1bd1d42a450ca54b9e9f3f5bbf4a Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 27 Jan 2023 19:06:43 +0100 Subject: Allow access by Password Store app on phone --- tw/system/lud.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tw/system/lud.scm') 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) -- cgit v1.2.3