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 =
|
flake.modules.darwin.default =
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
|
system.primaryUser = cfg.admin.username;
|
||||||
users.knownUsers = attrNames cfg.manifest.users;
|
users.knownUsers = attrNames cfg.manifest.users;
|
||||||
users.users = forAllUsers' (
|
users.users = forAllUsers' (
|
||||||
name: _: {
|
name: _: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue