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
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.spice-autorandr.enable = true;
|
||||||
|
services.spice-vdagentd.enable = true;
|
||||||
|
|
||||||
metacfg = {
|
metacfg = {
|
||||||
base.enable = true;
|
base.enable = true;
|
||||||
gui.enable = true;
|
gui.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue