Merge branch 'main' of github.com:alexmickelson/infrastructure
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
home.packages = with pkgs; [
|
||||
vscode-fhs
|
||||
opencode
|
||||
quickemu
|
||||
];
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user