diff options
-rw-r--r-- | TODOs.rst | 8 | ||||
-rw-r--r-- | vps.scm | 4 |
2 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,14 @@ Tasks ===== +.. _df87e340-4c35-469a-9bc1-fc57429a0b8e: + +TODO Change base image away from default SSH port +------------------------------------------------- +- TODO in 2021-01-16 + +---- + .. _723d9fcd-fdec-4f57-b774-2ed20599a714: TODO Error when running ``/var/lib/certbot/renew-certificates`` on ``guix deploy`` @@ -486,8 +486,6 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (host-name tld) (system "x86_64-linux") (user "andreh") - (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOwnnw/u8ub+kcQhnVSyNWarYGH8aesUwIy4SIprufKf") - ;; FIXME: change away from the default port - (port 22))))) + (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOwnnw/u8ub+kcQhnVSyNWarYGH8aesUwIy4SIprufKf"))))) (list my-machine) |