add whois

This commit is contained in:
foosinn 2020-10-12 12:37:26 +02:00
parent b7f5317e76
commit 7e3f939ed3

View file

@ -4,9 +4,10 @@ let
unstable = import <nixos-unstable> {}; unstable = import <nixos-unstable> {};
in { in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
kubectl
cryptsetup cryptsetup
kubectl
unstable.kubernetes-helm unstable.kubernetes-helm
whois
# podman # podman
conmon conmon