nixops: upgrade hitl key to ssh-ed25519 (2)
This commit is contained in:
parent
a2b6f63b34
commit
9984369a50
|
@ -62,7 +62,7 @@ in
|
|||
isNormalUser = true;
|
||||
extraGroups = ["plugdev" "dialout"];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP5yGT1HFT+ML4jcIDj7CbImLQLK4NIY+bIUu6gTxwiP"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJGICdNM9mHHAa1Cxk9Wz3YLkIEeqrIQGxM0aoy1g5O"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue