nixos/qemu-vm: Don't explicitly mknod /dev/vda*

And don't need to source the uevent files anymore either since $MAJOR
or $MINOR aren't used elsewhere.

[dezgeg: The reason these are no longer needed is that 0d27df280f7ed5
switched /tmp to a devtmpfs which automatically creates such device
nodes]

authored by

Sarah Brofeldt and committed by
Tuomas Tynkkynen
78fb4bd6 6bb75153

-3
-3
nixos/modules/virtualisation/qemu-vm.nix
··· 156 156 --partition-guid=2:970C694F-AFD0-4B99-B750-CDB7A329AB6F \ 157 157 --hybrid 2 \ 158 158 --recompute-chs /dev/vda 159 - . /sys/class/block/vda2/uevent 160 - mknod /dev/vda2 b $MAJOR $MINOR 161 - . /sys/class/block/vda/uevent 162 159 ${pkgs.dosfstools}/bin/mkfs.fat -F16 /dev/vda2 163 160 export MTOOLS_SKIP_CHECK=1 164 161 ${pkgs.mtools}/bin/mlabel -i /dev/vda2 ::boot