Add pub key

Former-commit-id: b674a8be1b
This commit is contained in:
Hadi
2024-06-07 21:46:15 +02:00
parent 6e056afe67
commit 70b156b828

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;