Merge branch 'main' of github.com:alexmickelson/infrastructure

This commit is contained in:
2025-10-16 11:02:01 -06:00
2 changed files with 7 additions and 0 deletions

View File

@@ -3,5 +3,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
vscode-fhs vscode-fhs
opencode opencode
quickemu
]; ];
} }

View File

@@ -90,8 +90,14 @@
github-runner github-runner
sanoid sanoid
virtiofsd virtiofsd
qemu
OVMF OVMF
tmux tmux
(pkgs.writeShellScriptBin "qemu-system-x86_64-uefi" ''
qemu-system-x86_64 \
-bios ${pkgs.OVMF.fd}/FV/OVMF.fd \
"$@"
'')
]; ];
services.openssh.enable = true; services.openssh.enable = true;