From 963088aff63fd474fa44fa7a748accfdb85a0f85 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 12 Oct 2020 23:30:31 -0400 Subject: feat(gs/system): Install htop on all systems In this case mostly so I can have it on mugwump Change-Id: Ifa24caf607b30c1d034f4a9e7044ece88fcee38e Reviewed-on: https://cl.tvl.fyi/c/depot/+/2048 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/system/modules/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/glittershark/system/system/modules/common.nix') diff --git a/users/glittershark/system/system/modules/common.nix b/users/glittershark/system/system/modules/common.nix index ef0af0819c..c3a339ef3b 100644 --- a/users/glittershark/system/system/modules/common.nix +++ b/users/glittershark/system/system/modules/common.nix @@ -32,6 +32,7 @@ with lib; lm_sensors dnsutils depot.users.glittershark.system.system.rebuilder + htop ]; services.openssh.enable = true; -- cgit 1.4.1