diff options
| author | tv <tv@krebsco.de> | 2017-06-27 10:01:16 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2017-06-27 10:01:16 +0200 | 
| commit | 74429f245d366e783ecbcfb0ebd83a7f57e78e6a (patch) | |
| tree | 2fad553aab761fe4cb4dfe558639573a76a396c3 | |
| parent | f113b93aa8416b74cf6d2796913147893cc78e49 (diff) | |
tv: add htop to default systemPackages
| -rw-r--r-- | tv/1systems/cd.nix | 1 | ||||
| -rw-r--r-- | tv/1systems/wu.nix | 1 | ||||
| -rw-r--r-- | tv/1systems/xu.nix | 1 | ||||
| -rw-r--r-- | tv/1systems/zu.nix | 1 | ||||
| -rw-r--r-- | tv/2configs/default.nix | 3 | 
5 files changed, 2 insertions, 5 deletions
| diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 108006f34..9f2cec574 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -25,7 +25,6 @@ with import <stockholm/lib>;    };    environment.systemPackages = with pkgs; [ -    htop      iftop      iotop      iptables diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 60f9fa100..4b3bf8538 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -31,7 +31,6 @@ with import <stockholm/lib>;          get          gnupg1compat          haskellPackages.hledger -        htop          jq          mkpasswd          netcat diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 3add01748..d82f45ac0 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -34,7 +34,6 @@ with import <stockholm/lib>;          file          gnupg1compat          haskellPackages.hledger -        htop          jq          krebszones          mkpasswd diff --git a/tv/1systems/zu.nix b/tv/1systems/zu.nix index 5552ef065..4fae3ca75 100644 --- a/tv/1systems/zu.nix +++ b/tv/1systems/zu.nix @@ -36,7 +36,6 @@ with import <stockholm/lib>;          file          gnupg1compat          haskellPackages.hledger -        htop          jq          mkpasswd          netcat diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 4a1247ef5..d248bf578 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -158,9 +158,10 @@ with import <stockholm/lib>;      {        environment.systemPackages = [          pkgs.get +        pkgs.htop          pkgs.krebspaste -        pkgs.ovh-zone          pkgs.nix-prefetch-scripts +        pkgs.ovh-zone          pkgs.push        ];      } | 
