Add ssh-askpass program for virt-manager
This commit is contained in:
parent
0c1c823afc
commit
b19cdb1c5b
1 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
# Install necessary packages
|
# Install necessary packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
virt-manager
|
virt-manager
|
||||||
|
|
@ -9,6 +10,7 @@
|
||||||
win-virtio
|
win-virtio
|
||||||
win-spice
|
win-spice
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
|
lxqt.lxqt-openssh-askpass
|
||||||
];
|
];
|
||||||
|
|
||||||
# Manage the virtualisation services
|
# Manage the virtualisation services
|
||||||
|
|
@ -18,7 +20,7 @@
|
||||||
qemu = {
|
qemu = {
|
||||||
swtpm.enable = true;
|
swtpm.enable = true;
|
||||||
ovmf.enable = true;
|
ovmf.enable = true;
|
||||||
ovmf.packages = [pkgs.OVMFFull.fd];
|
ovmf.packages = [ pkgs.OVMFFull.fd ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue