diff options
Diffstat (limited to 'vps.scm')
-rw-r--r-- | vps.scm | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |