feat(m4nix): enable spice

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2025-01-16 16:24:57 +01:00
parent 8edd5423d8
commit 904b1e8cfe

View file

@ -6,6 +6,9 @@ with lib.metacfg;
./hardware-configuration.nix
];
services.spice-autorandr.enable = true;
services.spice-vdagentd.enable = true;
metacfg = {
base.enable = true;
gui.enable = true;