feat(virtualisation): add virtiofsd

This commit is contained in:
Jacob Bachmann 2024-01-25 18:50:34 +01:00
parent 55ca3162b4
commit 08456bef79
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -2,7 +2,10 @@
# virt-manager
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [ virt-manager ];
programs = {
dconf.enable = true;
virt-manager.enable = true;
};
environment.systemPackages = with pkgs; [ virtiofsd ];
}