diff options
-rw-r--r-- | vps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -370,7 +370,7 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (configuration (machine-ssh-configuration (host-name tld) (system "x86_64-linux") - (user "andreh") + (user user) (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOwnnw/u8ub+kcQhnVSyNWarYGH8aesUwIy4SIprufKf"))))) (list my-machine) |