Skip to content

Commit 3b3a8c2

Browse files
authored
Merge pull request #269 from NixOS/vm-disk-name
interactive-vm: remove non working DISK_IMAGE setting
2 parents d943967 + 1770e1e commit 3b3a8c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.direnv
55
result
66
result-*
7+
nixos.qcow2
78

89
terraform.tfstate.backup
910
.terraform.tfstate.lock.info

vm/flake-module.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
];
6666
in
6767
''
68-
NIXOS_DISK_IMAGE=/tmp/wiki-vm.qcow2
69-
export NIXOS_DISK_IMAGE
7068
echo 'access the wiki after startup at http://localhost:4360'
7169
echo 'user: admin, password: nixos-wiki00'
7270
echo 'you can also SSH into the VM with: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@localhost -p 2222'

0 commit comments

Comments
 (0)