[NixOS] Add alex ssh key
This commit is contained in:
parent
f3a69ca963
commit
d7a1592cc6
@ -55,7 +55,9 @@
|
|||||||
alex = userDefaults // {
|
alex = userDefaults // {
|
||||||
name = "alex";
|
name = "alex";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
openssh.authorizedKeys.keys = allKeys;
|
openssh.authorizedKeys.keys = allKeys ++ [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP2SQkJenAX67Ze99SKOVpKDD1XvAZnxQ8RLP0dL/Ej2 alexm@MALISONSERVER"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user