From 8c13f3e743fe3de7ff8e5aef421099cc37a117be Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 7 Apr 2024 20:02:27 +0200 Subject: common/headless: basic monitoring on by default --- common/headless.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/headless.nix') diff --git a/common/headless.nix b/common/headless.nix index 14181ef..da1cdd2 100644 --- a/common/headless.nix +++ b/common/headless.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: { - imports = [ ./common.nix ]; + imports = [ ./common.nix ./monitoring.nix ]; # environment.systemPackages = [ pkgs.kitty.terminfo ]; -- cgit v1.2.3