add git
This commit is contained in:
parent
5547534e6c
commit
bf03d3a3a8
1 changed files with 6 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue