From 704385a461aa48cac58b04deab06ee7e4d58d37d Mon Sep 17 00:00:00 2001 From: dyn Date: Wed, 17 Dec 2025 23:17:15 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feature(vm):=20add=20helm=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dyn --- vm/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vm/configuration.nix b/vm/configuration.nix index 0eda71d..6bc7a1b 100644 --- a/vm/configuration.nix +++ b/vm/configuration.nix @@ -51,6 +51,7 @@ users.users = { root.password = "toor"; user = { + description = "yo T"; password = "iot"; isNormalUser = true; extraGroups = [ "wheel" "docker" "libvirt" ]; @@ -111,6 +112,7 @@ vagrant k3d kubectl + kubernetes-helm ]; };