add syncthing and strawberry; add virtiofsd to virtualisation

This commit is contained in:
2025-02-14 08:23:09 +00:00
parent 6c3b82e000
commit b05de0fb22
3 changed files with 16 additions and 13 deletions

View File

@@ -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 = {