aboutsummaryrefslogtreecommitdiff
path: root/vps.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-19 11:40:43 -0300
committerEuAndreh <eu@euandre.org>2021-02-19 11:40:43 -0300
commit86b402db216c2f455aa19e1b9a0614c53f092c1b (patch)
treec14f802892156210c97c722ed4bada3b943b3c96 /vps.scm
parentvps.scm: Correct indentation (diff)
downloadserver-86b402db216c2f455aa19e1b9a0614c53f092c1b.tar.gz
server-86b402db216c2f455aa19e1b9a0614c53f092c1b.tar.xz
vps.scm: Remove duplicate user
Diffstat (limited to 'vps.scm')
-rw-r--r--vps.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vps.scm b/vps.scm
index 0da7f72..fe7143f 100644
--- a/vps.scm
+++ b/vps.scm
@@ -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)