fix(darwin): correct typo during user creation
This commit is contained in:
parent
dcb9bc3396
commit
bff08ebad0
|
@ -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…
Reference in a new issue