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; [
vscode-fhs
opencode
quickemu
];
}

View File

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