diff --git a/nix/home-server.nix b/nix/home-server.nix index 043515e..b821ef3 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -95,6 +95,7 @@ nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ + bash vim wget curl @@ -311,6 +312,10 @@ kubectl kubernetes-helm ]; + + settings = { + container = { enabled = false; }; + }; }; }; systemd.services.gitea-runner-infrastructure.serviceConfig = {