nixops: install libvirtd

pull/20/head
Sebastien Bourdeauducq 2021-02-28 13:31:13 +08:00
parent 14b3060964
commit 688b8f2172
1 changed files with 4 additions and 0 deletions

View File

@ -49,10 +49,14 @@ in
vscode-extensions.matklad.rust-analyzer
];
})
virt-manager spice-gtk
(import ./fish-nix-shell)
];
programs.wireshark.enable = true;
programs.wireshark.package = pkgs.wireshark;
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.qemuOvmf = true;
security.wrappers.spice-client-glib-usb-acl-helper.source = "${pkgs.spice-gtk}/bin/spice-client-glib-usb-acl-helper";
services.openssh.enable = true;
services.openssh.forwardX11 = true;