feature(vm): add helm package

Signed-off-by: dyn <oss+dyn@xtrm.me>
This commit is contained in:
dyn
2025-12-17 23:17:15 +01:00
parent 32e41d5f8a
commit 704385a461

View File

@ -51,6 +51,7 @@
users.users = { users.users = {
root.password = "toor"; root.password = "toor";
user = { user = {
description = "yo T";
password = "iot"; password = "iot";
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "docker" "libvirt" ]; extraGroups = [ "wheel" "docker" "libvirt" ];
@ -111,6 +112,7 @@
vagrant vagrant
k3d k3d
kubectl kubectl
kubernetes-helm
]; ];
}; };