fix(darwin): correct typo during user creation
This commit is contained in:
parent
dcb9bc3396
commit
bff08ebad0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# Here we can create our user
|
# Here we can create our user
|
||||||
uses.users.${username} = {
|
users.users.${username} = {
|
||||||
home = "/Users/${username}";
|
home = "/Users/${username}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue