fix(darwin): correct typo during user creation #36
|
@ -76,7 +76,7 @@
|
|||
};
|
||||
};
|
||||
# Here we can create our user
|
||||
uses.users.${username} = {
|
||||
users.users.${username} = {
|
||||
home = "/Users/${username}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue