created emergent configuration
This commit is contained in:
parent
45835201f5
commit
8f29881b72
6 changed files with 240 additions and 1 deletions
|
@ -106,7 +106,9 @@ in {
|
|||
uid = lib.mkForce uids.eve;
|
||||
name = lib.mkForce host.users.eve.name;
|
||||
description = "Eve";
|
||||
extraGroups = lib.optionals host.users.eve.isNormalUser ["networkmanager"];
|
||||
extraGroups =
|
||||
lib.optionals host.users.eve.isNormalUser ["networkmanager"]
|
||||
++ (lib.lists.optionals host.users.eve.isPrincipleUser ["wheel"]);
|
||||
hashedPasswordFile = config.sops.secrets."passwords/eve".path;
|
||||
isNormalUser = host.users.eve.isNormalUser;
|
||||
isSystemUser = !host.users.eve.isNormalUser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue