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";
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue