Skip to content

Commit b91ad88

Browse files
authored
Merge pull request #268 from NixOS/no-vm-noise
interactive-vm: redirect qemu output for less noise
2 parents 0ececb1 + c3f41bc commit b91ad88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/flake-module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
echo 'user: admin, password: nixos-wiki00'
7272
echo 'you can also SSH into the VM with: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@localhost -p 2222'
7373
echo 'password: nixos-wiki00'
74-
${vmConfig.config.system.build.vm}/bin/run-nixos-vm
74+
${vmConfig.config.system.build.vm}/bin/run-nixos-vm &>/dev/null
7575
# TODO maybe clean up the qcow image?
7676
'';
7777
};

0 commit comments

Comments
 (0)