aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-22 11:42:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-22 11:42:04 -0300
commit0fd4a6721d066a9adbc16009b7b787553074418e (patch)
tree52cd7201f82baae9bafb2feba7fed420050d9116 /kvmxfile
parente42b295ef928e79cf17fcc39429ded27ea19a84a (diff)
downloadkvmx-0fd4a6721d066a9adbc16009b7b787553074418e.tar.gz
kvmx-0fd4a6721d066a9adbc16009b7b787553074418e.tar.bz2
Fix: ssh pubkey file name evaluation
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/kvmxfile b/kvmxfile
index eb80177..25f676d 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -2,6 +2,9 @@
# Sample kvmx file - https://kvmx.fluxo.info
#
+# Hostname
+hostname="kvmx"
+
# Which base box you should use. Leave unconfigured to use kvmx-create instead.
#basebox="buster"
@@ -151,9 +154,6 @@ qcow2_compression="1"
# Bootstrap method: custom or vmdeboostrap
method="custom"
-# Hostname
-hostname="kvmx"
-
# Domain
domain="example.org"