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 ]; };