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