diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-05-23 23:30:59 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-23 23:30:59 -0400 |
| commit | a4c3aac76bcd3e520993df729af0f64debebb478 (patch) | |
| tree | f74fad7b00382ea5aa2a3e39af8683aa9a9a9dd6 /hosts/nepsis | |
| parent | update flake (diff) | |
| download | nixos-a4c3aac76bcd3e520993df729af0f64debebb478.tar.gz nixos-a4c3aac76bcd3e520993df729af0f64debebb478.tar.bz2 nixos-a4c3aac76bcd3e520993df729af0f64debebb478.zip | |
add networking tools
Diffstat (limited to 'hosts/nepsis')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 7fe2b95..8404fe6 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -3,8 +3,7 @@ pkgs, inputs, ... -}: -{ +}: { imports = [ ./hardware-configuration.nix ./../../lockscreen.nix @@ -45,6 +44,9 @@ terminus_font terminus_font_ttf yt-dlp + wireguard-tools + nethogs + iftop ]; programs.git = { |
