From e352e75b64313d524d36ba395b97597904b86267 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sat, 14 Jan 2023 15:12:10 +0200 Subject: remove mon:stdio, uncomment greetd --- hosts/vm/cfg.nix | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index c5f17f9..7d81e43 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -6,7 +6,7 @@ ../../profiles/graphical.nix ../../mixins/tailscale.nix ../../mixins/cli.nix - # ../../mixins/greet.nix + ../../mixins/greet.nix ../../mixins/sway.nix ]; diff --git a/run.sh b/run.sh index 5844710..7e89e0d 100755 --- a/run.sh +++ b/run.sh @@ -1,2 +1,2 @@ #!/bin/sh -qemu-kvm -enable-kvm -m 4G -cpu host -smp 2 -hda nixos-test.img -serial mon:stdio -virtfs local,path=/home/tzlil/newflake,mount_tag=host0,security_model=passthrough,id=host0 -bios OVMF.fd -vga virtio -display gtk,gl=on,show-cursor=on -usb -device usb-mouse +qemu-kvm -enable-kvm -m 4G -cpu host -smp 2 -hda nixos-test.img -virtfs local,path=/home/tzlil/newflake,mount_tag=host0,security_model=passthrough,id=host0 -bios OVMF.fd -vga virtio -display gtk,gl=on,show-cursor=on -usb -device usb-mouse -- cgit 1.4.1