From bf03d3a3a8f087f53c83a817e361e287c278039f Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 22:32:51 +0100 Subject: [PATCH] add git --- hosts/fw.cloonar.com/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 = {