diff options
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ user="user" # First user password -password="`head -c 20 /dev/urandom | base64`" +password="`head -c 40 /dev/urandom | base64`" # Networking #net="tap" |