{config, ...}: { imports = [ ../options.nix ]; services = { qemuGuest.enable = config.vmGuest; spice-vdagentd.enable = config.vmGuest; }; }