virtualisation: Add virglrender spice-vdagentd
This commit is contained in:
7
modules/virtualisation/default.nix
Normal file
7
modules/virtualisation/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ virglrenderer ];
|
||||
|
||||
services.spice-vdagentd.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user