add user
This commit is contained in:
parent
11670279ef
commit
126698dcb8
1 changed files with 5 additions and 0 deletions
|
@ -150,4 +150,9 @@
|
|||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://www.andrewnet.net/pubkey.txt")];
|
||||
};
|
||||
users.users.eva = {
|
||||
uid = 2020;
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://github.com/xyzeva.keys")];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue