mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +02:00
interactive-vm: remove non working DISK_IMAGE setting
This commit is contained in:
parent
d943967a05
commit
1770e1e6d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user