From 8418268ec7ee82ce57b870811db1b22dc1ce1eb0 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Tue, 8 Apr 2025 04:45:23 +0000 Subject: [PATCH] fix: add helm --- nix/homelab/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homelab/configuration.nix b/nix/homelab/configuration.nix index 646bc87..fa5519a 100644 --- a/nix/homelab/configuration.nix +++ b/nix/homelab/configuration.nix @@ -50,7 +50,7 @@ k3s git helmfile - helm + kubernetes-helm ]; services.openssh.enable = true;