diff --git a/hosts/fw.cloonar.com/configuration.nix b/hosts/fw.cloonar.com/configuration.nix index 8aea0e6..99ffa59 100644 --- a/hosts/fw.cloonar.com/configuration.nix +++ b/hosts/fw.cloonar.com/configuration.nix @@ -60,13 +60,13 @@ sops.defaultSopsFile = ./secrets.yaml; environment.systemPackages = with pkgs; [ - vim # my preferred editor - htop # to see the system load - ppp # for some manual debugging of pppd - ethtool # manage NIC settings (offload, NIC feeatures, ...) - tcpdump # view network traffic - conntrack-tools # view network connection states bento + conntrack-tools # view network connection states + ethtool # manage NIC settings (offload, NIC feeatures, ...) + git + htop # to see the system load + tcpdump # view network traffic + vim # my preferred editor ]; nix.gc = {