mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-12-31 21:56:41 +01:00
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user