From 904b1e8cfea77a4197c9872d28e169f84b3283dc Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 16 Jan 2025 16:24:57 +0100 Subject: [PATCH] feat(m4nix): enable spice Signed-off-by: Harald Hoyer --- systems/aarch64-linux/m4nix/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/aarch64-linux/m4nix/default.nix b/systems/aarch64-linux/m4nix/default.nix index b94d356..dcc827d 100644 --- a/systems/aarch64-linux/m4nix/default.nix +++ b/systems/aarch64-linux/m4nix/default.nix @@ -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;