mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-05-28 17:21:12 +02:00
base/scrutiny-collector: disable if machine is qemu guest
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user