aboutsummaryrefslogtreecommitdiff
path: root/vps.scm
diff options
context:
space:
mode:
Diffstat (limited to 'vps.scm')
-rw-r--r--vps.scm12
1 files changed, 12 insertions, 0 deletions
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