diff options
author | EuAndreh <eu@euandre.org> | 2021-02-19 11:40:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-19 11:40:43 -0300 |
commit | 86b402db216c2f455aa19e1b9a0614c53f092c1b (patch) | |
tree | c14f802892156210c97c722ed4bada3b943b3c96 | |
parent | vps.scm: Correct indentation (diff) | |
download | toph-86b402db216c2f455aa19e1b9a0614c53f092c1b.tar.gz toph-86b402db216c2f455aa19e1b9a0614c53f092c1b.tar.xz |
vps.scm: Remove duplicate user
-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) |