base/scrutiny-collector: disable if machine is qemu guest

This commit is contained in:
h7x4
2026-05-27 23:45:30 +09:00
parent b0f81c9379
commit e062a849f3

View File

@@ -1,7 +1,7 @@
{ config, ... }: { config, ... }:
{ {
services.scrutiny.collector = { services.scrutiny.collector = {
enable = !config.virtualisation.isVmVariant; enable = !config.services.qemuGuest.enable;
settings = { settings = {
version = 1; version = 1;
host.id = config.networking.hostName; host.id = config.networking.hostName;