From 6d35bcf7d16d99f1ed2f09d5cf81b1fe034b0811 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 11 Feb 2024 01:35:56 -0500 Subject: [PATCH] monitoring --- nixos/hosts/aerial/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/aerial/default.nix b/nixos/hosts/aerial/default.nix index 0ec5f15..777d014 100644 --- a/nixos/hosts/aerial/default.nix +++ b/nixos/hosts/aerial/default.nix @@ -12,7 +12,7 @@ ../../features/podman.nix ../../features/bluetooth.nix ../../features/no-rgb.nix - ../../features/telemetry.nix + ../../features/telemetry ]; home-manager.users.noe = import ../../../home-manager/noe/hosts/aerial.nix;