diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-10-13T03·30-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-10-13T03·35+0000 |
commit | 963088aff63fd474fa44fa7a748accfdb85a0f85 (patch) | |
tree | 3eee2d2e57516000097de10aca2d4028b4d78a57 /users | |
parent | 703407b2d41259a8514cd95dd454536de3dbbdda (diff) |
feat(gs/system): Install htop on all systems r/1848
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 <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/system/modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/system/modules/common.nix b/users/glittershark/system/system/modules/common.nix index ef0af0819c99..c3a339ef3b43 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; |