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