fix hardcoded username
This commit is contained in:
parent
7d6448ce12
commit
f3e40e5f82
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.horseman = {
|
users.users.${username} = {
|
||||||
initialPassword = "1234";
|
initialPassword = "1234";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue