add user
This commit is contained in:
parent
7524776de3
commit
b32e41a57a
1 changed files with 7 additions and 0 deletions
|
@ -196,4 +196,11 @@
|
||||||
linger = true;
|
linger = true;
|
||||||
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://github.com/espeon.keys")];
|
openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://github.com/espeon.keys")];
|
||||||
};
|
};
|
||||||
|
users.users."aubrey" = {
|
||||||
|
uid = 2026;
|
||||||
|
isNormalUser = true;
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMJa2RJ2JPbrzRobFcYsjFo9S0LIfvOml4LUzRfvVNN4 cat@aubrey.rs"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue