diff --git a/config/dev.nix b/config/dev.nix index 921a1df..181dedc 100644 --- a/config/dev.nix +++ b/config/dev.nix @@ -16,15 +16,19 @@ in environment.systemPackages = with pkgs; [ timewarrior + # Containers kubectl - azure-cli - dotnetCorePackages.sdk_8_0_3xx docker-slim dive buildkit containerd cri-tools yq + skopeo + umoci + + azure-cli + dotnetCorePackages.sdk_8_0_3xx awscli unstable.minio-client diff --git a/config/network.nix b/config/network.nix index 2a15813..25d4273 100644 --- a/config/network.nix +++ b/config/network.nix @@ -19,5 +19,6 @@ networkmanager openssh dig + netbird ]; }