From 1770e1e6d47e7decf74785b35133518d75d5e891 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 15 Jun 2025 16:00:01 +0200 Subject: [PATCH] interactive-vm: remove non working DISK_IMAGE setting --- .gitignore | 1 + vm/flake-module.nix | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 82f2b5d..772df01 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .direnv result result-* +nixos.qcow2 terraform.tfstate.backup .terraform.tfstate.lock.info diff --git a/vm/flake-module.nix b/vm/flake-module.nix index 7106620..6fd7195 100644 --- a/vm/flake-module.nix +++ b/vm/flake-module.nix @@ -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'