feat(darwin): add admin as primary user
This commit is contained in:
parent
343f3d481f
commit
bee32b5b2b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ in
|
|||
flake.modules.darwin.default =
|
||||
{ config, ... }:
|
||||
{
|
||||
system.primaryUser = cfg.admin.username;
|
||||
users.knownUsers = attrNames cfg.manifest.users;
|
||||
users.users = forAllUsers' (
|
||||
name: _: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue