From 810a3956103a8180702d8853a3a87f336378b9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 15 Jan 2026 21:41:52 +0100 Subject: [PATCH] tree-wide: remove nix-monitored on headless hosts --- nix/configurations/hetzner_benchmark.nix | 1 - nix/configurations/hydrogen.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/nix/configurations/hetzner_benchmark.nix b/nix/configurations/hetzner_benchmark.nix index 515bfd3a..af9baca1 100644 --- a/nix/configurations/hetzner_benchmark.nix +++ b/nix/configurations/hetzner_benchmark.nix @@ -40,7 +40,6 @@ in # use lix everywhere and wrap it with nom ../overlays/lix.nix - ../overlays/nix-monitored.nix ]; }; diff --git a/nix/configurations/hydrogen.nix b/nix/configurations/hydrogen.nix index 2cafb757..7bc9620a 100644 --- a/nix/configurations/hydrogen.nix +++ b/nix/configurations/hydrogen.nix @@ -45,7 +45,6 @@ in # use lix everywhere and wrap it with nom ../overlays/lix.nix - ../overlays/nix-monitored.nix ]; };