This commit is contained in:
Sandro - 2023-06-23 18:54:03 +02:00
parent 1288ec3cad
commit 7b7d7c0c2a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -67,7 +67,10 @@ in {
# Deployment user for leon who also uses this flake
leon = {
uid = 1002;
sshKeys = with ssh-public-keys; leon ++ astro;
sshKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPZoT83l0ogbJpviBs4VmO+NdF4NPtYAnyf8RRSoXsv leon@leon"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIANupx+diz5N8sGZOc7ZXopyPh9HaML8M7Qh70aVVIaJ leon@leons-Air"
] ++ ssh-public-keys.astro;
home = "${skyflakeHome}/leon";
};
# Deployment user for neighbour Andreas Lippmann <andreaslippmann@web.de>