devices/elias-e525: add justyna and use gdm

This commit is contained in:
steveej 2022-01-17 09:24:24 +01:00
parent 49c62eca8f
commit 0892fe7ccb
4 changed files with 14 additions and 0 deletions

View file

@ -13,4 +13,10 @@ in {
openssh.authorizedKeys.keys = keys.users.steveej.openssh;
hashedPassword = passwords.users.elias;
};
users.extraUsers.justyna = mkUser {
uid = 1002;
openssh.authorizedKeys.keys = keys.users.steveej.openssh;
hashedPassword = passwords.users.justyna;
};
}