Added SSH Public Key
This commit is contained in:
parent
e77200dcd0
commit
ec7839fa36
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
users.users.master = {
|
users.users.master = {
|
||||||
initialPassword = "test";
|
initialPassword = "test";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF82e+j7y8qsSvLn/DZuosvsH0S2EsHpqDkvZ8jiONm3 kb@LoyAdjo"
|
||||||
];
|
];
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
|
|
Loading…
Add table
Reference in a new issue