diff options
l--------- | id_rsa.pub | 1 | ||||
-rw-r--r-- | vps/machines.scm | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/id_rsa.pub b/id_rsa.pub deleted file mode 120000 index 5b89c45..0000000 --- a/id_rsa.pub +++ /dev/null @@ -1 +0,0 @@ -/home/andreh/.ssh/id_rsa.pub
\ No newline at end of file diff --git a/vps/machines.scm b/vps/machines.scm index 755b08a..e56d98a 100644 --- a/vps/machines.scm +++ b/vps/machines.scm @@ -258,7 +258,7 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (openssh openssh-sans-x) (password-authentication? #false) (authorized-keys - `((,user ,(local-file "id_rsa.pub")))))) + `((,user ,(local-file (string-append (getenv "HOME") "/.ssh/id_rsa.pub"))))))) (simple-service 'automatic-services-restart activation-service-type (with-imported-modules '((gnu services herd)) |