From ade1b9ece94f6ca87c2db7342e02568a2f494610 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 15 Jan 2021 14:46:26 -0300 Subject: vps.scm: WIP start adding (machine ...) configuration --- vps.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'vps.scm') diff --git a/vps.scm b/vps.scm index 6d21e06..4216e7d 100644 --- a/vps.scm +++ b/vps.scm @@ -472,4 +472,16 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (type "ext4")) %base-file-systems)))) +(define my-machine + (machine + (operating-system my-system) + (environment managed-host-environment-type) + (configuration (machine-ssh-configuration + (host-name host-name) + (system "x86_64-linux) + (user "andreh") + (identity "~/.ssh/id_rsa.pub") + (port 1234))))) + +(list my-machine) my-system -- cgit v1.2.3