feat(virtualisation): add virtiofsd
This commit is contained in:
parent
55ca3162b4
commit
08456bef79
1 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
# virt-manager
|
# virt-manager
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs = {
|
||||||
environment.systemPackages = with pkgs; [ virt-manager ];
|
dconf.enable = true;
|
||||||
|
virt-manager.enable = true;
|
||||||
|
};
|
||||||
|
environment.systemPackages = with pkgs; [ virtiofsd ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue