Add pub key
This commit is contained in:
parent
e2382abacc
commit
b674a8be1b
@ -32,6 +32,9 @@ in {
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "${variable.username} account";
|
description = "${variable.username} account";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBVDICWA/+W3Qqgoxw6pIwPAjRmTYKWnsEPD/cRTNgzP hadi@heaven"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
console.keyMap = variable.keyboardLayout;
|
console.keyMap = variable.keyboardLayout;
|
||||||
|
Loading…
Reference in New Issue
Block a user