mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
remove whois package
This commit is contained in:
parent
b9a68c5f2e
commit
6dce6cb8b8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pwgen pv tree tmux psmisc ncdu git file sqlite usbutils entr ffmpeg gcc
|
pwgen pv tree tmux psmisc ncdu git file sqlite usbutils entr ffmpeg gcc
|
||||||
python3 hugo openssl wget lm_sensors htop zip unzip dnsutils whois
|
python3 hugo openssl wget lm_sensors htop zip unzip dnsutils
|
||||||
tcpdump rsync
|
tcpdump rsync
|
||||||
|
|
||||||
(writeScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/")
|
(writeScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/")
|
||||||
|
|
Loading…
Reference in a new issue