interactive-vm: remove non working DISK_IMAGE setting

This commit is contained in:
lassulus 2025-06-15 16:00:01 +02:00
parent d943967a05
commit 1770e1e6d4
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
.direnv .direnv
result result
result-* result-*
nixos.qcow2
terraform.tfstate.backup terraform.tfstate.backup
.terraform.tfstate.lock.info .terraform.tfstate.lock.info

View File

@ -65,8 +65,6 @@
]; ];
in in
'' ''
NIXOS_DISK_IMAGE=/tmp/wiki-vm.qcow2
export NIXOS_DISK_IMAGE
echo 'access the wiki after startup at http://localhost:4360' echo 'access the wiki after startup at http://localhost:4360'
echo 'user: admin, password: nixos-wiki00' echo 'user: admin, password: nixos-wiki00'
echo 'you can also SSH into the VM with: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@localhost -p 2222' echo 'you can also SSH into the VM with: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@localhost -p 2222'