This commit is contained in:
2023-12-05 22:32:51 +01:00
parent 5547534e6c
commit bf03d3a3a8

View File

@@ -60,13 +60,13 @@
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;
environment.systemPackages = with pkgs; [ 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 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 = { nix.gc = {