From 86b402db216c2f455aa19e1b9a0614c53f092c1b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 19 Feb 2021 11:40:43 -0300 Subject: vps.scm: Remove duplicate user --- vps.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vps.scm') 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) -- cgit v1.2.3