mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add HP laptop SSH key
This commit is contained in:
parent
8467154f94
commit
002f2b6787
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
extraGroups = [ "wheel" "audio" "video" "networkmanager" "dialout" "input" "wireshark" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIqWHzIXaF88Y8+64gBlLbZ5ZZcLl08kTHG1clHd7gaq"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALNzkn63+7jlmGk68bj03A4Ym7aBdPTODq+QHyYULfO"
|
||||
];
|
||||
};
|
||||
test = {
|
||||
|
|
Loading…
Reference in a new issue