config

NixOS config
Log | Files | Refs | README | LICENSE

commit 4fd70816a8c8af00a378b4d6c66fc443a1fbb999 (tree)
parent 6b70122c47a21ee969a5b8044d81861e0800feb0
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon,  9 Feb 2026 09:20:01 +0000

some quotes

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -46,6 +46,7 @@ sudo ip link set dev tap0 master br0 efi: +``` qemu-system-x86_64 \ -enable-kvm \ -cpu host \ @@ -54,9 +55,11 @@ qemu-system-x86_64 \ -device e1000,netdev=net0 \ -boot order=n \ -bios $(nix build .#nixosConfigurations.mtworx.pkgs.OVMF.fd --no-link --print-out-paths)/FV/OVMF.fd +``` bios: +``` qemu-system-x86_64 \ -enable-kvm \ -cpu host \ @@ -64,3 +67,4 @@ qemu-system-x86_64 \ -netdev tap,id=net0,ifname=tap0,script=no,downscript=no \ -device e1000,netdev=net0 \ -boot order=n +```