We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d943967 + 1770e1e commit 3b3a8c2Copy full SHA for 3b3a8c2
.gitignore
@@ -4,6 +4,7 @@
4
.direnv
5
result
6
result-*
7
+nixos.qcow2
8
9
terraform.tfstate.backup
10
.terraform.tfstate.lock.info
vm/flake-module.nix
@@ -65,8 +65,6 @@
65
];
66
in
67
''
68
- NIXOS_DISK_IMAGE=/tmp/wiki-vm.qcow2
69
- export NIXOS_DISK_IMAGE
70
echo 'access the wiki after startup at http://localhost:4360'
71
echo 'user: admin, password: nixos-wiki00'
72
echo 'you can also SSH into the VM with: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@localhost -p 2222'
0 commit comments