hosts/hyacinth: add smbd support for qemu
This commit is contained in:
parent
991c58b64d
commit
9951ffe3e4
1 changed files with 4 additions and 1 deletions
|
|
@ -43,5 +43,8 @@
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu.package = pkgs.qemu_kvm.override { smbdSupport = true; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue