forked from M-Labs/it-infra
nixops: install libvirtd
This commit is contained in:
parent
14b3060964
commit
688b8f2172
|
@ -49,10 +49,14 @@ in
|
||||||
vscode-extensions.matklad.rust-analyzer
|
vscode-extensions.matklad.rust-analyzer
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
virt-manager spice-gtk
|
||||||
(import ./fish-nix-shell)
|
(import ./fish-nix-shell)
|
||||||
];
|
];
|
||||||
programs.wireshark.enable = true;
|
programs.wireshark.enable = true;
|
||||||
programs.wireshark.package = pkgs.wireshark;
|
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.enable = true;
|
||||||
services.openssh.forwardX11 = true;
|
services.openssh.forwardX11 = true;
|
||||||
|
|
Loading…
Reference in New Issue