10 lines
290 B
Nix
10 lines
290 B
Nix
|
{
|
||
|
name = "sloane ess";
|
||
|
username = "sloane";
|
||
|
email = "sloane@sloane.lol";
|
||
|
sshKeys = [
|
||
|
# secretive
|
||
|
"ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKTVoMVtHSvosU9SCam4S5RTP0R2V09vqw5Xiuff+x4J7NtUxsBhqIrkPSfJHSbYlBKITX5RFyFBo5mtsTa95v0= sloane"
|
||
|
];
|
||
|
}
|