Add pub key

This commit is contained in:
Hadi 2024-06-07 21:46:15 +02:00
parent e2382abacc
commit b674a8be1b

View File

@ -32,6 +32,9 @@ in {
isNormalUser = true;
description = "${variable.username} account";
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBVDICWA/+W3Qqgoxw6pIwPAjRmTYKWnsEPD/cRTNgzP hadi@heaven"
];
};
console.keyMap = variable.keyboardLayout;