From 5d71617eda151d92a417ae71010068be4c6af1e0 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 7 Apr 2021 10:33:38 -0400 Subject: feat(gs/yeren): Add Kolide Add kolide, the endpoint monitoring system / MDM we're using at work, to the system derivation for my work computer. I hate MDMs almost universally, and this one is no different, but SOC2 waits for no one. Change-Id: I99bcb5341182a81512699d50b279efd9e1b2194b Reviewed-on: https://cl.tvl.fyi/c/depot/+/2903 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/system/system/machines/yeren.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/glittershark/system/system/machines/yeren.nix') diff --git a/users/glittershark/system/system/machines/yeren.nix b/users/glittershark/system/system/machines/yeren.nix index a8f7df5dc512..444ea91e84b7 100644 --- a/users/glittershark/system/system/machines/yeren.nix +++ b/users/glittershark/system/system/machines/yeren.nix @@ -10,6 +10,7 @@ ../modules/sound.nix ../modules/tvl.nix ../modules/development.nix + ../modules/work/kolide.nix ]; networking.hostName = "yeren"; -- cgit 1.4.1