fix: specify username for k3s worker nodes users
This commit is contained in:
@@ -39,6 +39,7 @@ in {
|
|||||||
#
|
#
|
||||||
hostSpec = {
|
hostSpec = {
|
||||||
hostName = hostName;
|
hostName = hostName;
|
||||||
|
username = "shahab";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ in {
|
|||||||
#
|
#
|
||||||
hostSpec = {
|
hostSpec = {
|
||||||
hostName = hostName;
|
hostName = hostName;
|
||||||
|
username = "shahab";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ in {
|
|||||||
#
|
#
|
||||||
hostSpec = {
|
hostSpec = {
|
||||||
hostName = hostName;
|
hostName = hostName;
|
||||||
|
username = "shahab";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
Reference in New Issue
Block a user