diff options
author | EuAndreh <eu@euandre.org> | 2020-08-23 09:21:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-23 09:21:33 -0300 |
commit | 7aef620c1689e129c980508e1d47dbcfcfac9143 (patch) | |
tree | 62081915a152736cf0dfc876867045342ba0271c /vps-configuration.env.nix | |
parent | nixfmt ./vps-configuration.env.nix (diff) | |
download | server-7aef620c1689e129c980508e1d47dbcfcfac9143.tar.gz server-7aef620c1689e129c980508e1d47dbcfcfac9143.tar.xz |
add gotop package
Diffstat (limited to 'vps-configuration.env.nix')
-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 |