Container stuff and netbird
This commit is contained in:
parent
af41702f00
commit
2fa80501e2
2 changed files with 7 additions and 2 deletions
|
@ -16,15 +16,19 @@ in
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
timewarrior
|
timewarrior
|
||||||
|
|
||||||
|
# Containers
|
||||||
kubectl
|
kubectl
|
||||||
azure-cli
|
|
||||||
dotnetCorePackages.sdk_8_0_3xx
|
|
||||||
docker-slim
|
docker-slim
|
||||||
dive
|
dive
|
||||||
buildkit
|
buildkit
|
||||||
containerd
|
containerd
|
||||||
cri-tools
|
cri-tools
|
||||||
yq
|
yq
|
||||||
|
skopeo
|
||||||
|
umoci
|
||||||
|
|
||||||
|
azure-cli
|
||||||
|
dotnetCorePackages.sdk_8_0_3xx
|
||||||
|
|
||||||
awscli
|
awscli
|
||||||
unstable.minio-client
|
unstable.minio-client
|
||||||
|
|
|
@ -19,5 +19,6 @@
|
||||||
networkmanager
|
networkmanager
|
||||||
openssh
|
openssh
|
||||||
dig
|
dig
|
||||||
|
netbird
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue