diff options
-rw-r--r-- | vps-configuration.env.nix | 7 |
1 files changed, 6 insertions, 1 deletions
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 |