From 7aef620c1689e129c980508e1d47dbcfcfac9143 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 23 Aug 2020 09:21:33 -0300 Subject: add gotop package --- vps-configuration.env.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'vps-configuration.env.nix') diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index d84259f..01f2463 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -62,7 +62,12 @@ in { interfaces.ens3.useDHCP = true; }; - environment.systemPackages = with pkgs; [ vim git gitAndTools.git-annex ]; + environment.systemPackages = with pkgs; [ + vim + git + gitAndTools.git-annex + gotop + ]; networking.firewall.allowedTCPPorts = [ # SSH: OpenSSH -- cgit v1.2.3