From 2fa80501e29cfc27f65d2137937b085349d7cfeb Mon Sep 17 00:00:00 2001 From: fwastring Date: Tue, 1 Jul 2025 09:20:35 +0200 Subject: [PATCH] Container stuff and netbird --- config/dev.nix | 8 ++++++-- config/network.nix | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) 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 ]; }