diff options
Diffstat (limited to 'vps.scm')
-rw-r--r-- | vps.scm | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) |