mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +02:00
Merge pull request #269 from NixOS/vm-disk-name
interactive-vm: remove non working DISK_IMAGE setting
This commit is contained in:
commit
3b3a8c22bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
.direnv
|
||||
result
|
||||
result-*
|
||||
nixos.qcow2
|
||||
|
||||
terraform.tfstate.backup
|
||||
.terraform.tfstate.lock.info
|
||||
|
@ -65,8 +65,6 @@
|
||||
];
|
||||
in
|
||||
''
|
||||
NIXOS_DISK_IMAGE=/tmp/wiki-vm.qcow2
|
||||
export NIXOS_DISK_IMAGE
|
||||
echo 'access the wiki after startup at http://localhost:4360'
|
||||
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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user