summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/system/files/timo-phone-password-store.pub1
-rw-r--r--tw/system/lud.scm6
2 files changed, 5 insertions, 2 deletions
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)