add user
This commit is contained in:
parent
08af19070e
commit
5bd32af2be
1 changed files with 5 additions and 0 deletions
|
@ -144,4 +144,9 @@
|
|||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://git.fries.gay/fries.keys")];
|
||||
};
|
||||
users.users.andrewnyr = {
|
||||
uid = 2019;
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://www.andrewnet.net/pubkey.txt")];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue