feat: add virt-viewer

This commit is contained in:
Ryan Yin
2024-04-01 14:38:40 +08:00
parent 81b3cd30cc
commit 74b948a722
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
home.packages = with pkgs; [
# db related
dbeaver
@@ -10,5 +7,6 @@
insomnia # REST client
wireshark # network analyzer
ventoy # create bootable usb
virt-viewer # vnc connect to VM, used by kubevirt
];
}

View File

@@ -50,6 +50,7 @@ in {
# Validate Hardware Virtualization Support via:
# virt-host-validate qemu
libvirt
kubevirt # virtctl
# used by kubernetes' ovs-cni plugin
# https://github.com/k8snetworkplumbingwg/multus-cni