add whois
This commit is contained in:
parent
b7f5317e76
commit
7e3f939ed3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue