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/files/timo-phone-password-store.pub | 1 + tw/system/lud.scm | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 tw/system/files/timo-phone-password-store.pub diff --git a/tw/system/files/timo-phone-password-store.pub b/tw/system/files/timo-phone-password-store.pub new file mode 100644 index 00000000..2dde6b5a --- /dev/null +++ b/tw/system/files/timo-phone-password-store.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJkOnuV5VV3JrQhur1EDH97Xra+hSAYJLYi+isfBCcLl 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