feat(m4nix): enable spice
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
8edd5423d8
commit
904b1e8cfe
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue