add git
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user