Set primary user in nix-darwin
This commit is contained in:
parent
3df0f7f5ed
commit
ff912fa3a6
1 changed files with 1 additions and 0 deletions
|
@ -10,5 +10,6 @@ in
|
|||
./wireguard
|
||||
];
|
||||
|
||||
system.primaryUser = username;
|
||||
users.users.${username}.home = "/Users/${username}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue