add syncthing and strawberry; add virtiofsd to virtualisation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation = {
|
||||
@@ -8,6 +8,7 @@
|
||||
};
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu.vhostUserPackages = [ pkgs.virtiofsd ];
|
||||
};
|
||||
# remember to add the necessary users to the podman group
|
||||
podman = {
|
||||
|
||||
Reference in New Issue
Block a user